-- MySQL dump 10.13  Distrib 5.6.41-84.1, for Linux (x86_64)
--
-- Host: localhost    Database: tioga411_guttreit
-- ------------------------------------------------------
-- Server version	5.6.41-84.1

/*!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 utf8mb4 */;
/*!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 `dsolq_assets`
--

DROP TABLE IF EXISTS `dsolq_assets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_assets` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Primary Key',
  `parent_id` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set parent.',
  `lft` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set lft.',
  `rgt` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set rgt.',
  `level` int(10) unsigned NOT NULL COMMENT 'The cached level in the nested tree.',
  `name` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The unique name for the asset.\n',
  `title` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The descriptive title for the asset.',
  `rules` varchar(5120) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'JSON encoded access control.',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_asset_name` (`name`),
  KEY `idx_lft_rgt` (`lft`,`rgt`),
  KEY `idx_parent_id` (`parent_id`)
) ENGINE=InnoDB AUTO_INCREMENT=79 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_assets`
--

LOCK TABLES `dsolq_assets` WRITE;
/*!40000 ALTER TABLE `dsolq_assets` DISABLE KEYS */;
INSERT INTO `dsolq_assets` (`id`, `parent_id`, `lft`, `rgt`, `level`, `name`, `title`, `rules`) VALUES (1,0,0,155,0,'root.1','Root Asset','{\"core.login.site\":{\"6\":1,\"2\":1},\"core.login.admin\":{\"6\":1},\"core.login.offline\":{\"6\":1},\"core.admin\":{\"8\":1},\"core.manage\":{\"7\":1},\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),(2,1,1,2,1,'com_admin','com_admin','{}'),(3,1,3,6,1,'com_banners','com_banners','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(4,1,7,8,1,'com_cache','com_cache','{\"core.admin\":{\"7\":1},\"core.manage\":{\"7\":1}}'),(5,1,9,10,1,'com_checkin','com_checkin','{\"core.admin\":{\"7\":1},\"core.manage\":{\"7\":1}}'),(6,1,11,12,1,'com_config','com_config','{}'),(7,1,13,16,1,'com_contact','com_contact','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),(8,1,17,58,1,'com_content','com_content','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),(9,1,59,60,1,'com_cpanel','com_cpanel','{}'),(10,1,61,62,1,'com_installer','com_installer','{\"core.admin\":[],\"core.manage\":{\"7\":0},\"core.delete\":{\"7\":0},\"core.edit.state\":{\"7\":0}}'),(11,1,63,64,1,'com_languages','com_languages','{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(12,1,65,66,1,'com_login','com_login','{}'),(13,1,67,68,1,'com_mailto','com_mailto','{}'),(14,1,69,70,1,'com_massmail','com_massmail','{}'),(15,1,71,72,1,'com_media','com_media','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":{\"5\":1}}'),(16,1,73,74,1,'com_menus','com_menus','{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(17,1,75,76,1,'com_messages','com_messages','{\"core.admin\":{\"7\":1},\"core.manage\":{\"7\":1}}'),(18,1,77,114,1,'com_modules','com_modules','{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(19,1,115,118,1,'com_newsfeeds','com_newsfeeds','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),(20,1,119,120,1,'com_plugins','com_plugins','{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(21,1,121,122,1,'com_redirect','com_redirect','{\"core.admin\":{\"7\":1},\"core.manage\":[]}'),(22,1,123,124,1,'com_search','com_search','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1}}'),(23,1,125,126,1,'com_templates','com_templates','{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(24,1,127,130,1,'com_users','com_users','{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(25,1,131,134,1,'com_weblinks','com_weblinks','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),(26,1,135,136,1,'com_wrapper','com_wrapper','{}'),(27,8,18,33,2,'com_content.category.2','Uncategorised','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),(28,3,4,5,2,'com_banners.category.3','Uncategorised','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(29,7,14,15,2,'com_contact.category.4','Uncategorised','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),(30,19,116,117,2,'com_newsfeeds.category.5','Uncategorised','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),(31,25,132,133,2,'com_weblinks.category.6','Uncategorised','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),(32,24,128,129,1,'com_users.category.7','Uncategorised','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(33,1,137,138,1,'com_finder','com_finder','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1}}'),(34,1,139,140,1,'com_joomlaupdate','com_joomlaupdate','{\"core.admin\":[],\"core.manage\":[],\"core.delete\":[],\"core.edit.state\":[]}'),(35,1,141,142,1,'com_tags','com_tags','{\"core.admin\":[],\"core.manage\":[],\"core.manage\":[],\"core.delete\":[],\"core.edit.state\":[]}'),(36,1,143,144,1,'com_contenthistory','com_contenthistory','{}'),(37,1,145,146,1,'com_ajax','com_ajax','{}'),(38,1,147,148,1,'com_postinstall','com_postinstall','{}'),(39,18,78,79,2,'com_modules.module.1','Main Menu','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(40,18,80,81,2,'com_modules.module.2','Login','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(41,18,82,83,2,'com_modules.module.3','Popular Articles','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(42,18,84,85,2,'com_modules.module.4','Recently Added Articles','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(43,18,86,87,2,'com_modules.module.8','Toolbar','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(44,18,88,89,2,'com_modules.module.9','Quick Icons','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(45,18,90,91,2,'com_modules.module.10','Logged-in Users','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(46,18,92,93,2,'com_modules.module.12','Admin Menu','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(47,18,94,95,2,'com_modules.module.13','Admin Submenu','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(48,18,96,97,2,'com_modules.module.14','User Status','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(49,18,98,99,2,'com_modules.module.15','Title','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(50,18,100,101,2,'com_modules.module.16','Login Form','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(51,18,102,103,2,'com_modules.module.17','Breadcrumbs','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(52,18,104,105,2,'com_modules.module.79','Multilanguage status','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(53,18,106,107,2,'com_modules.module.86','Joomla Version','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(54,1,149,150,1,'com_jce','jce','{}'),(55,18,108,109,2,'com_modules.module.87','Home Page Slideshow','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"module.edit.frontend\":[]}'),(56,8,34,47,2,'com_content.category.8','Attorneys','{\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),(57,8,48,57,2,'com_content.category.9','Staff','{\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),(58,27,19,20,3,'com_content.article.1','Home Page','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(59,18,110,111,2,'com_modules.module.88','Footer','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),(60,56,37,38,3,'com_content.article.2','Charles J. Guttman, Esq.','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(61,56,35,36,3,'com_content.article.3','Elizabeth A. Reiter, Esq.','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(62,18,112,113,2,'com_modules.module.89','Contact Header','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),(63,27,21,22,3,'com_content.article.4','Collaborative & Family Law','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(64,27,23,24,3,'com_content.article.5','Real Estate','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(65,27,25,26,3,'com_content.article.6','Wills & Estates','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(66,27,27,28,3,'com_content.article.7','Business & Not For Profit','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(67,27,29,30,3,'com_content.article.8','Criminal & DWI Defense','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(68,56,39,40,3,'com_content.article.9','Veronica E. Santana-Frösén, Esq.','{\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1}}'),(69,56,41,42,3,'com_content.article.10','David A. Tyler, Esq., of Counsel','{\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1}}'),(70,57,49,50,3,'com_content.article.11','Patricia Kannus, Paralegal','{\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1}}'),(71,57,51,52,3,'com_content.article.12','Debra Hines, Paralegal','{\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1}}'),(72,57,53,54,3,'com_content.article.13','Nancy Pochily, Paralegal','{\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1}}'),(73,57,55,56,3,'com_content.article.14','Lori Warfield, Paralegal','{\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1}}'),(74,27,31,32,3,'com_content.article.15','Test Page','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(75,1,151,152,1,'com_fields','com_fields','{}'),(76,1,153,154,1,'com_associations','com_associations','{}'),(77,56,43,44,3,'com_content.article.16','Lillian J. Hines','{}'),(78,56,45,46,3,'com_content.article.17','Todd Livingston','{}');
/*!40000 ALTER TABLE `dsolq_assets` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dsolq_associations`
--

DROP TABLE IF EXISTS `dsolq_associations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_associations` (
  `id` int(11) NOT NULL COMMENT 'A reference to the associated item.',
  `context` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The context of the associated item.',
  `key` char(32) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The key for the association computed from an md5 on associated ids.',
  PRIMARY KEY (`context`,`id`),
  KEY `idx_key` (`key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_associations`
--

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

--
-- Table structure for table `dsolq_banner_clients`
--

DROP TABLE IF EXISTS `dsolq_banner_clients`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_banner_clients` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `contact` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `extrainfo` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `state` tinyint(3) NOT NULL DEFAULT '0',
  `checked_out` int(10) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `metakey` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `own_prefix` tinyint(4) NOT NULL DEFAULT '0',
  `metakey_prefix` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `purchase_type` tinyint(4) NOT NULL DEFAULT '-1',
  `track_clicks` tinyint(4) NOT NULL DEFAULT '-1',
  `track_impressions` tinyint(4) NOT NULL DEFAULT '-1',
  PRIMARY KEY (`id`),
  KEY `idx_own_prefix` (`own_prefix`),
  KEY `idx_metakey_prefix` (`metakey_prefix`(100))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_banner_clients`
--

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

--
-- Table structure for table `dsolq_banner_tracks`
--

DROP TABLE IF EXISTS `dsolq_banner_tracks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_banner_tracks` (
  `track_date` datetime NOT NULL,
  `track_type` int(10) unsigned NOT NULL,
  `banner_id` int(10) unsigned NOT NULL,
  `count` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`track_date`,`track_type`,`banner_id`),
  KEY `idx_track_date` (`track_date`),
  KEY `idx_track_type` (`track_type`),
  KEY `idx_banner_id` (`banner_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_banner_tracks`
--

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

--
-- Table structure for table `dsolq_banners`
--

DROP TABLE IF EXISTS `dsolq_banners`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_banners` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `cid` int(11) NOT NULL DEFAULT '0',
  `type` int(11) NOT NULL DEFAULT '0',
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `imptotal` int(11) NOT NULL DEFAULT '0',
  `impmade` int(11) NOT NULL DEFAULT '0',
  `clicks` int(11) NOT NULL DEFAULT '0',
  `clickurl` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `state` tinyint(3) NOT NULL DEFAULT '0',
  `catid` int(10) unsigned NOT NULL DEFAULT '0',
  `description` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `custombannercode` varchar(2048) COLLATE utf8mb4_unicode_ci NOT NULL,
  `sticky` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `metakey` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `params` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `own_prefix` tinyint(1) NOT NULL DEFAULT '0',
  `metakey_prefix` varchar(400) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `purchase_type` tinyint(4) NOT NULL DEFAULT '-1',
  `track_clicks` tinyint(4) NOT NULL DEFAULT '-1',
  `track_impressions` tinyint(4) NOT NULL DEFAULT '-1',
  `checked_out` int(10) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `reset` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `created_by` int(10) unsigned NOT NULL DEFAULT '0',
  `created_by_alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) unsigned NOT NULL DEFAULT '0',
  `version` int(10) unsigned NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `idx_state` (`state`),
  KEY `idx_own_prefix` (`own_prefix`),
  KEY `idx_banner_catid` (`catid`),
  KEY `idx_language` (`language`),
  KEY `idx_metakey_prefix` (`metakey_prefix`(100))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_banners`
--

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

--
-- Table structure for table `dsolq_categories`
--

DROP TABLE IF EXISTS `dsolq_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_categories` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `asset_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'FK to the #__assets table.',
  `parent_id` int(10) unsigned NOT NULL DEFAULT '0',
  `lft` int(11) NOT NULL DEFAULT '0',
  `rgt` int(11) NOT NULL DEFAULT '0',
  `level` int(10) unsigned NOT NULL DEFAULT '0',
  `path` varchar(400) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `extension` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `note` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `access` int(10) unsigned NOT NULL DEFAULT '0',
  `params` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `metadesc` varchar(1024) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'The meta description for the page.',
  `metakey` varchar(1024) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'The meta keywords for the page.',
  `metadata` varchar(2048) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'JSON encoded metadata properties.',
  `created_user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `hits` int(10) unsigned NOT NULL DEFAULT '0',
  `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `version` int(10) unsigned NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `cat_idx` (`extension`,`published`,`access`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_left_right` (`lft`,`rgt`),
  KEY `idx_language` (`language`),
  KEY `idx_path` (`path`(100)),
  KEY `idx_alias` (`alias`(100))
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_categories`
--

LOCK TABLES `dsolq_categories` WRITE;
/*!40000 ALTER TABLE `dsolq_categories` DISABLE KEYS */;
INSERT INTO `dsolq_categories` (`id`, `asset_id`, `parent_id`, `lft`, `rgt`, `level`, `path`, `extension`, `title`, `alias`, `note`, `description`, `published`, `checked_out`, `checked_out_time`, `access`, `params`, `metadesc`, `metakey`, `metadata`, `created_user_id`, `created_time`, `modified_user_id`, `modified_time`, `hits`, `language`, `version`) VALUES (1,0,0,0,17,0,'','system','ROOT','root','','',1,0,'0000-00-00 00:00:00',1,'{}','','','{}',42,'2011-01-01 00:00:01',0,'0000-00-00 00:00:00',0,'*',1),(2,27,1,1,2,1,'uncategorised','com_content','Uncategorised','uncategorised','','',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',42,'2011-01-01 00:00:01',0,'0000-00-00 00:00:00',0,'*',1),(3,28,1,3,4,1,'uncategorised','com_banners','Uncategorised','uncategorised','','',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',42,'2011-01-01 00:00:01',0,'0000-00-00 00:00:00',0,'*',1),(4,29,1,5,6,1,'uncategorised','com_contact','Uncategorised','uncategorised','','',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',42,'2011-01-01 00:00:01',0,'0000-00-00 00:00:00',0,'*',1),(5,30,1,7,8,1,'uncategorised','com_newsfeeds','Uncategorised','uncategorised','','',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',42,'2011-01-01 00:00:01',0,'0000-00-00 00:00:00',0,'*',1),(6,31,1,9,10,1,'uncategorised','com_weblinks','Uncategorised','uncategorised','','',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',42,'2011-01-01 00:00:01',0,'0000-00-00 00:00:00',0,'*',1),(7,32,1,11,12,1,'uncategorised','com_users','Uncategorised','uncategorised','','',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',42,'2011-01-01 00:00:01',0,'0000-00-00 00:00:00',0,'*',1),(8,56,1,13,14,1,'attorneys','com_content','Attorneys','attorneys','','',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',451,'2015-02-03 19:57:22',0,'0000-00-00 00:00:00',0,'*',1),(9,57,1,15,16,1,'staff','com_content','Staff','staff','','',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',451,'2015-02-03 19:57:49',0,'0000-00-00 00:00:00',0,'*',1);
/*!40000 ALTER TABLE `dsolq_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dsolq_contact_details`
--

DROP TABLE IF EXISTS `dsolq_contact_details`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_contact_details` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
  `con_position` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `address` mediumtext COLLATE utf8mb4_unicode_ci,
  `suburb` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `state` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `country` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `postcode` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `telephone` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `fax` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `misc` longtext COLLATE utf8mb4_unicode_ci,
  `image` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `email_to` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `default_con` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(10) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `params` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` int(11) NOT NULL DEFAULT '0',
  `catid` int(11) NOT NULL DEFAULT '0',
  `access` int(10) unsigned NOT NULL DEFAULT '0',
  `mobile` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `webpage` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `sortname1` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `sortname2` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `sortname3` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `language` varchar(7) COLLATE utf8mb4_unicode_ci NOT NULL,
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(10) unsigned NOT NULL DEFAULT '0',
  `created_by_alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) unsigned NOT NULL DEFAULT '0',
  `metakey` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `metadesc` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `metadata` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `featured` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT 'Set if article is featured.',
  `xreference` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'A reference to enable linkages to external data sets.',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `version` int(10) unsigned NOT NULL DEFAULT '1',
  `hits` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`published`),
  KEY `idx_catid` (`catid`),
  KEY `idx_createdby` (`created_by`),
  KEY `idx_featured_catid` (`featured`,`catid`),
  KEY `idx_language` (`language`),
  KEY `idx_xreference` (`xreference`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_contact_details`
--

LOCK TABLES `dsolq_contact_details` WRITE;
/*!40000 ALTER TABLE `dsolq_contact_details` DISABLE KEYS */;
INSERT INTO `dsolq_contact_details` (`id`, `name`, `alias`, `con_position`, `address`, `suburb`, `state`, `country`, `postcode`, `telephone`, `fax`, `misc`, `image`, `email_to`, `default_con`, `published`, `checked_out`, `checked_out_time`, `ordering`, `params`, `user_id`, `catid`, `access`, `mobile`, `webpage`, `sortname1`, `sortname2`, `sortname3`, `language`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `metakey`, `metadesc`, `metadata`, `featured`, `xreference`, `publish_up`, `publish_down`, `version`, `hits`) VALUES (1,'Contact Us','contact-us','','','','','','','','','','','Pat@guttmanandreiter.com',0,1,0,'0000-00-00 00:00:00',1,'{\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"presentation_style\":\"plain\",\"show_tags\":\"\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_misc\":\"\",\"show_image\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"articles_display_num\":\"\",\"show_profile\":\"\",\"show_links\":\"\",\"linka_name\":\"\",\"linka\":false,\"linkb_name\":\"\",\"linkb\":false,\"linkc_name\":\"\",\"linkc\":false,\"linkd_name\":\"\",\"linkd\":false,\"linke_name\":\"\",\"linke\":false,\"contact_layout\":\"\",\"show_email_form\":\"1\",\"show_email_copy\":\"1\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\"}',0,4,1,'','','','','','*','2015-02-03 20:01:37',451,'','2017-07-26 20:13:41',451,'','','{\"robots\":\"\",\"rights\":\"\"}',0,'','0000-00-00 00:00:00','0000-00-00 00:00:00',2,13592),(2,'Contact Patricia Kannus','contact-patricia-kannus','Paralegal','','','','','','','','','','pat@guttmanandreiter.com',0,1,0,'0000-00-00 00:00:00',2,'{\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"presentation_style\":\"\",\"show_tags\":\"\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_misc\":\"\",\"show_image\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"show_profile\":\"\",\"show_links\":\"\",\"linka_name\":\"\",\"linka\":false,\"linkb_name\":\"\",\"linkb\":false,\"linkc_name\":\"\",\"linkc\":false,\"linkd_name\":\"\",\"linkd\":false,\"linke_name\":\"\",\"linke\":false,\"contact_layout\":\"\",\"show_email_form\":\"\",\"show_email_copy\":\"\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\"}',0,4,1,'','','','','','*','2015-04-14 14:19:06',451,'','2015-04-14 14:21:04',451,'','','{\"robots\":\"\",\"rights\":\"\"}',0,'','0000-00-00 00:00:00','0000-00-00 00:00:00',2,1435),(3,'Contact Debra Hines','contact-debra-hines','Paralegal','','','','','','','','','','deb@guttmanandreiter.com',0,1,0,'0000-00-00 00:00:00',3,'{\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"presentation_style\":\"\",\"show_tags\":\"\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_misc\":\"\",\"show_image\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"show_profile\":\"\",\"show_links\":\"\",\"linka_name\":\"\",\"linka\":false,\"linkb_name\":\"\",\"linkb\":false,\"linkc_name\":\"\",\"linkc\":false,\"linkd_name\":\"\",\"linkd\":false,\"linke_name\":\"\",\"linke\":false,\"contact_layout\":\"\",\"show_email_form\":\"\",\"show_email_copy\":\"\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\"}',0,4,1,'','','','','','*','2015-04-14 14:19:39',451,'','2015-04-14 14:19:39',0,'','','{\"robots\":\"\",\"rights\":\"\"}',0,'','0000-00-00 00:00:00','0000-00-00 00:00:00',1,1314),(4,'Contact Nancy Pochily','contact-nancy-pochily','Paralegal','','','','','','','','','','nancy@guttmanandreiter.com',0,1,0,'0000-00-00 00:00:00',4,'{\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"presentation_style\":\"\",\"show_tags\":\"\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_misc\":\"\",\"show_image\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"show_profile\":\"\",\"show_links\":\"\",\"linka_name\":\"\",\"linka\":false,\"linkb_name\":\"\",\"linkb\":false,\"linkc_name\":\"\",\"linkc\":false,\"linkd_name\":\"\",\"linkd\":false,\"linke_name\":\"\",\"linke\":false,\"contact_layout\":\"\",\"show_email_form\":\"\",\"show_email_copy\":\"\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\"}',0,4,1,'','','','','','*','2015-04-14 14:20:22',451,'','2015-04-14 14:20:22',0,'','','{\"robots\":\"\",\"rights\":\"\"}',0,'','0000-00-00 00:00:00','0000-00-00 00:00:00',1,925),(5,'Contact Lori Warfield','contact-lori-warfield','Paralegal','','','','','','','','','','lori@guttmanandreiter.com',0,1,0,'0000-00-00 00:00:00',5,'{\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"presentation_style\":\"\",\"show_tags\":\"\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_misc\":\"\",\"show_image\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"show_profile\":\"\",\"show_links\":\"\",\"linka_name\":\"\",\"linka\":false,\"linkb_name\":\"\",\"linkb\":false,\"linkc_name\":\"\",\"linkc\":false,\"linkd_name\":\"\",\"linkd\":false,\"linke_name\":\"\",\"linke\":false,\"contact_layout\":\"\",\"show_email_form\":\"\",\"show_email_copy\":\"\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\"}',0,4,1,'','','','','','*','2015-04-14 14:20:49',451,'','2015-04-14 14:20:49',0,'','','{\"robots\":\"\",\"rights\":\"\"}',0,'','0000-00-00 00:00:00','0000-00-00 00:00:00',1,886);
/*!40000 ALTER TABLE `dsolq_contact_details` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dsolq_content`
--

DROP TABLE IF EXISTS `dsolq_content`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_content` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `asset_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'FK to the #__assets table.',
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `introtext` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `fulltext` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `state` tinyint(3) NOT NULL DEFAULT '0',
  `catid` int(10) unsigned NOT NULL DEFAULT '0',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(10) unsigned NOT NULL DEFAULT '0',
  `created_by_alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) unsigned NOT NULL DEFAULT '0',
  `checked_out` int(10) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `images` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `urls` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `attribs` varchar(5120) COLLATE utf8mb4_unicode_ci NOT NULL,
  `version` int(10) unsigned NOT NULL DEFAULT '1',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `metakey` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `metadesc` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `access` int(10) unsigned NOT NULL DEFAULT '0',
  `hits` int(10) unsigned NOT NULL DEFAULT '0',
  `metadata` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `featured` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT 'Set if article is featured.',
  `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The language code for the article.',
  `xreference` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`state`),
  KEY `idx_catid` (`catid`),
  KEY `idx_createdby` (`created_by`),
  KEY `idx_featured_catid` (`featured`,`catid`),
  KEY `idx_language` (`language`),
  KEY `idx_xreference` (`xreference`),
  KEY `idx_alias` (`alias`(191))
) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_content`
--

LOCK TABLES `dsolq_content` WRITE;
/*!40000 ALTER TABLE `dsolq_content` DISABLE KEYS */;
INSERT INTO `dsolq_content` (`id`, `asset_id`, `title`, `alias`, `introtext`, `fulltext`, `state`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `ordering`, `metakey`, `metadesc`, `access`, `hits`, `metadata`, `featured`, `language`, `xreference`) VALUES (1,58,'Home Page','home-page','<table style=\"width: 100%;\" cellpadding=\"5\">\r\n<tbody>\r\n<tr valign=\"top\">\r\n<td style=\"width: 50%;\"><span class=\"text_exposed_show\"><span class=\"text_exposed_show\">We are experienced trial, business and family law attorneys that serve all of Tompkins, Cortland, Onondaga, Broome, Cayuga, Schuyler and Tioga Counties. Located in downtown Ithaca, New York, Guttman &amp; Reiter is a general practice law firm that offers services in:<br /></span></span>\r\n<ul>\r\n<li><a href=\"index.php?option=com_content&amp;view=article&amp;id=4&amp;Itemid=112\" target=\"_top\">Collaborative &amp; Family Law</a></li>\r\n<li><a href=\"index.php?option=com_content&amp;view=article&amp;id=8&amp;Itemid=116\">Criminal &amp; DWI Defense</a></li>\r\n<li><a href=\"index.php?option=com_content&amp;view=article&amp;id=5&amp;Itemid=113\" target=\"_top\">Real Estate</a></li>\r\n<li><a href=\"index.php?option=com_content&amp;view=article&amp;id=6&amp;Itemid=114\" target=\"_top\">Wills &amp; Estates</a></li>\r\n<li><a href=\"index.php?option=com_content&amp;view=article&amp;id=7&amp;Itemid=115\" target=\"_top\">Business &amp; Not-For-Profit</a></li>\r\n</ul>\r\n<span class=\"text_exposed_show\">Our three attorneys offer over 75 years combined in practicing law in our area.&nbsp; They are members of the New York State Bar Association and the Tompkins County Bar Association.&nbsp; As part of the greater Ithaca community, our attorneys are active on volunteer board positions and in organizations including, YMCA, Hospicare, Community Housing of Ithaca, Finger Lakes GrassRoots, Ulysses Philomathic Library, Glenwood Handicapped Services, and others.&nbsp;&nbsp; Our professional experience, commitment, and connection to our community all contribute to your experience with Guttman &amp; Reiter.</span></td>\r\n<td style=\"background-color: #e0f3d4;\"><img src=\"images/practice.png\" alt=\"practice\" style=\"margin: 5px;\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>','',1,2,'2015-02-03 19:58:20',451,'','2017-04-13 17:09:16',452,0,'0000-00-00 00:00:00','2015-02-03 19:58:20','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',13,6,'','',1,742,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*',''),(2,60,'Charles J. Guttman, Esq.','charles-j-guttman-esq','<img src=\"images/guttman_240x300.jpg\" alt=\"guttman 240x300\" style=\"margin: 5px; float: left;\" />Charles Guttman (Chuck) has practiced law in Ithaca, NY, since 1976. He served as City Attorney for the City of Ithaca from 1990 through 1995. He is one of the founding members and is currently the President of the Ithaca Area Collaborative Law Professionals (IACLP).<br /><br />Chuck has served on the Board of Directors of numerous not-for-profit agencies and is currently on the Boards of Hospicare and Palliative Care Services of Tompkins County (continuously since 1988), Community Housing of Ithaca (CHI), and the Fingerlakes Grassroots Festival.<br /><br />Chuck\'s practice includes many areas of the law including matrimonial and family law, real estate, wills, trusts and estates, small business, not-for-profit corporations, and municipal law. Chuck brings years of experience in these areas.<br /><br />Chuck is aware that issues such as matrimonial or family issues, buying or selling a house, or estate planning or administration, are significant life changing events. He attempts to provide the necessary information to his clients, to listen to what the client is saying, to help the client make appropriate well-reasoned choices and decisions, and to meet the client\'s goals.','',1,8,'2015-02-03 20:12:17',451,'','2018-05-11 12:20:07',451,0,'0000-00-00 00:00:00','2015-02-03 20:12:17','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',6,1,'','',1,2932,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(3,61,'Elizabeth A. Reiter, Esq.','elizabeth-a-reiter','<img style=\"margin: 5px; float: left;\" src=\"images/reiter_240x300.jpg\" alt=\"reiter 240x300\" />Elizabeth A. Reiter (Beth), a partner in the firm, maintains a broad practice with a strong focus on family and matrimonial law.&nbsp; Her other areas of practice include business and commercial law, real estate, land use planning and zoning, elder law and guardianship, landlord/tenant law, general litigation, appeals, and criminal defense (DWI/DWAI).<br /><br />Prior to joining the firm, Beth worked as a legal consultant with the Cornell University Industrial &amp; Labor Relations School, performing research and developing curriculum for the Employment and Disabilities Institute.&nbsp; Beth served as Senior Appellate Court Attorney for the New York Appellate Division, Fourth Department in Rochester, New York, and began her legal career as an associate at Alston &amp; Bird, LLP, handling corporate and business transactions for technology and health care companies.<br /><br />Beth’s clients praise her responsiveness, hard work, and self-composure.&nbsp; Her successful pre-trial settlement strategies, particularly in the realm of family law, help clients through the stressful stages of life-changing events. &nbsp;<br /><br />Beth received her law degree from SUNY Buffalo, School of Law, summa cum laude, in 1999, where she served as Editor-in-Chief of the <span style=\"text-decoration: underline;\">Buffalo Law Review</span>.&nbsp;&nbsp; She is a member of the New York State Bar Association and serves on the Board of Directors of the YMCA of Ithaca and Tompkins County.','',1,8,'2015-02-03 20:13:19',451,'','2018-05-11 12:20:07',451,0,'0000-00-00 00:00:00','2015-02-03 20:13:19','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',3,2,'','',1,2449,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(4,63,'Collaborative & Family Law','collaborative-family-law','<img style=\"margin: 5px; float: left;\" src=\"images/handshake.png\" alt=\"handshake\" /><strong>Collaborative Law</strong> embraces the concept that the best solution is to resolve differences by working on them together and reaching a reasonable settlement instead of going to court.&nbsp; This concept can be applied to separation agreements, divorce, and custody matters&nbsp;&nbsp; Our collaborative trained attorneys will guide you through the process,&nbsp; which involves four-way conferences between parties and their attorneys.&nbsp; With the goal of settlement, this is an economically viable option for many parties that allows for resolution of issues in a manner that addresses the specific needs of each couple.<br /><br />More information can be found at <a href=\"http://collab-law.com/\" target=\"_blank\">Ithaca Area Collaborative Law Professionals</a>.<br /><br /><br /><strong><img class=\"caption\" style=\"margin: 5px; float: right;\" src=\"images/bikes.png\" alt=\"bikes\" />Family Law</strong> includes a variety of matters for clients such as custody, support, adoption and guardianship.&nbsp; Our attorneys advocate for your rights in these emotional matters through negotiation towards settlement or, if needed, courtroom representation.&nbsp; While our attorneys have worked extensively in Family Court, Family Treatment Court, and Supreme Court, it is our known ability to negotiate workable long-term resolutions will work to your advantage in your family law matter.<br /><br />Resources:<br />\r\n<ul>\r\n<li><a href=\"http://www.fcsith.org/\" target=\"_blank\">Family &amp; Children’s Service of Ithaca</a></li>\r\n<li><a href=\"https://www.nycourts.gov/ip/parent-ed/\" target=\"_blank\">New York State Parent Education &amp; Awareness Program</a></li>\r\n<li><a href=\"http://www.nycourts.gov/IP/parent-ed/pdf/ParentsHandbook.pdf\" target=\"_blank\">NYS Parent Handbook</a></li>\r\n</ul>\r\n<hr />\r\n<div style=\"text-align: right;\"><span style=\"font-size: 8pt;\">Images courtesy of xedos4 at FreeDigitalPhotos.net</span></div>','',1,2,'2015-02-03 20:39:21',451,'','2015-05-22 15:59:18',451,0,'0000-00-00 00:00:00','2015-02-03 20:39:21','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',6,5,'','',1,3579,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(5,64,'Real Estate','real-estate','<img style=\"margin: 5px; float: right;\" src=\"images/realestate400.jpg\" alt=\"realestate400\" />Real Estate Law directly or indirectly impacts most of us on a daily basis, whether you are a homeowner, tenant, landlord, home buyer, home seller or are refinancing a loan.&nbsp;&nbsp; Dealing with the right to possess, use, and enjoy land can involve many matters and issues.<br /><br />Our attorneys’ experience and attention to detail helps make your real estate transaction as smooth as possible.&nbsp; Research and diligence in each step of the process helps to guide your purchase, sale, dispute, refinance or other real estate matter to a successful outcome.<br /><br />Deeds, Judgments &amp; Mortgages Search:<br /><a href=\"https://portal2.recordfusion.com/countyweb/login.do?countyname=Tompkins\" target=\"_blank\">Tompkins County Clerk</a><br /><a href=\"http://www.gobcclerk.com/\" target=\"_blank\">Broome County Clerk</a><br /><br />Maps:<br /><a href=\"http://geo.tompkins-co.org/geoportal/html/gallery-grid.html\" target=\"_blank\">Tompkins County GIS</a><br /><a href=\"http://66.194.51.98/index_files/page0002.htm\" target=\"_blank\">Tioga County GIS</a><br /><a href=\"http://broomegis.co.broome.ny.us/Website/GISWeb/Portal.htm\" target=\"_blank\">Broome County GIS</a><br /><br />Title Insurance Rate Calculator:<br /><a href=\"http://nyrates.ctic.com/\" target=\"_blank\">Chicago Title</a>','',1,2,'2015-02-03 20:39:32',451,'','2015-05-22 14:22:32',451,0,'0000-00-00 00:00:00','2015-02-03 20:39:32','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',4,4,'','',1,3430,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(6,65,'Wills & Estates','wills-estates','<strong><img style=\"margin: 5px; float: left;\" src=\"images/elderlaw.png\" alt=\"elderlaw\" />Estate Planning &amp; Elder Law</strong> includes consideration to wealth preservation and tax-related consequences, gifts, trusts, wills, powers of attorney, health care proxies, and estate administration.&nbsp; Our attorneys can help you navigate this detailed area of law with advice and strategies to best reflect your intentions, needs, and rights.<br /><br />Resources:<br />\r\n<ul>\r\n<li><a href=\"http://www.tompkinscountyny.gov/cofa\" target=\"_blank\">Tompkins County Office for the Aging </a></li>\r\n<li><a href=\"http://www.gobroomecounty.com/senior/\" target=\"_blank\">Broome County Office for the Aging</a></li>\r\n<li><a href=\"http://aging.cortland-co.org/\" target=\"_blank\">Cortland County Area Agency on Aging</a></li>\r\n<li><a href=\"http://www.cayugacounty.us/Community/Office-for-the-Aging\" target=\"_blank\">Cayuga County Office for the Aging</a></li>\r\n<li><a href=\"http://www.tiogaopp.org/index.cfm?fuseaction=dep_intro&amp;dept_id=4\" target=\"_blank\">Tioga Opportunities, Department of Aging</a></li>\r\n</ul>\r\n<br /><br /><br /><hr />\r\n<div style=\"text-align: right;\"><span style=\"font-size: 8pt;\">Images courtesy of&nbsp;stockimages at FreeDigitalPhotos.net</span></div>','',1,2,'2015-02-03 20:39:45',451,'','2015-05-22 14:41:23',451,0,'0000-00-00 00:00:00','2015-02-03 20:39:45','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',3,3,'','',1,3117,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(7,66,'Business & Not For Profit','business-not-for-profit','<img style=\"margin: 5px; float: right;\" alt=\"businesslaw\" src=\"images/businesslaw.png\" />Business &amp; Not-for-Profit Law reaches from selecting and establishing specific business formations to litigation in contract disputes.&nbsp; Our attorneys’ experience in the intricacies of contracts, knowledge and advice of changing business laws, and expert negotiation skills are beneficial assets to you in all areas of this field.<br /><br />Resources:<br />\r\n<ul>\r\n<li><a target=\"_blank\" href=\"http://www.sba.gov/\">U.S. Small Business Association </a></li>\r\n<li><a target=\"_blank\" href=\"http://www.nyfirst.ny.gov/ResourceCenter/smallbizmenu.html\">NYS Resources for Small Business</a></li>\r\n<li><a target=\"_blank\" href=\"http://www.charitiesnys.com/registration_reporting_new.jsp\">Charities NYS.com Registration &amp; Reporting </a></li>\r\n</ul>\r\n<br /><hr />\r\n<div style=\"text-align: right;\"><span style=\"font-size: 8pt;\">Image courtesy of arztsamui at FreeDigitalPhotos.net</span></div>','',1,2,'2015-02-03 20:39:55',451,'','2015-05-22 14:39:57',451,0,'0000-00-00 00:00:00','2015-02-03 20:39:55','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',2,2,'','',1,3097,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(8,67,'Criminal & DWI Defense','criminal-dwi-defense','<img style=\"margin: 5px; float: right;\" src=\"images/gavel-criminal.png\" alt=\"gavel criminal\" />Criminal Defense is a process with which our attorneys are fully familiar.&nbsp; We will advise you as to your best options at every step of the process.&nbsp;&nbsp; From your initial appearance to negotiations on offers and pleas, our attorneys are diligent, knowledgeable, and work tirelessly for your best outcome.<br /><br />Resources:<br />\r\n<ul>\r\n<li><a href=\"https://www.nycourts.gov/litigants/crimjusticesyshandbk.shtml\" target=\"_blank\">New York Courts Criminal Justice System Handbook</a></li>\r\n</ul>\r\n<br /><br /><br /><br /><br /><br /><hr /><span style=\"font-size: 8pt;\">Images courtesy of&nbsp;Salvatore Vuono at FreeDigitalPhotos.net</span>','',1,2,'2015-02-03 20:40:05',451,'','2015-05-22 16:00:51',451,0,'0000-00-00 00:00:00','2015-02-03 20:40:05','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',4,1,'','',1,1265,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(9,68,'Veronica E. Santana-Frösén, Esq.','veronica-e-santana-froesen','<img style=\"margin: 5px; float: left;\" src=\"images/vfrosen240x300.jpg\" alt=\"vfrosen240x300\" />Veronica E. Santana-Frösén is an associate attorney with Guttman &amp; Reiter.&nbsp;Veronica has experience in criminal defense, family law litigation, real estate transactions and disputes, trademark matters, business organizations and nonprofit formation, immigration law and removal defense, and basic estate planning. Her love for the courtroom and savvy advocacy provide each and one of her clients with aggressive and dedicated legal representation.<br /><br />Veronica&nbsp;teaches Legal Environment of Business among other courses for the Legal Studies program of the School of Business at Ithaca College. Additionally, she is an active member of the Academy of Legal Studies in Business, the New York State Bar Association, the Finger Lakes Women\'s Bar Association and the Tompkins County Bar Association.<br /><br />As a law graduate,&nbsp;Veronica was awarded a fellowship position with the Justice Action Center of New York Law School. As a component of the graduate fellowship, she worked with Moskowitz, Book and Walsh, LLP in the areas of real estate and employment discrimination.<br /><br />While in law school,&nbsp;Veronica gained experience as a Legal Advocacy Fellow for a non-profit organization to advocate for domestic violence victims. She successfully obtained VAWA and U-Visa status for a number of clients as well as advocated for clients to obtain housing, resolve criminal issues, and navigate social security matters.&nbsp;Veronica followed this fellowship post with a prestigious internship at the King\'s County District Attorney\'s Office in 2009 where she observed criminal court daily and conducted research for a number of Assistant District Attorneys.<br /><br />Veronica&nbsp;was awarded her Juris Doctorate degree with honors in June 2009 from New York Law School and her Bachelor of Arts degree with honors in International Relations from the University of California at Davis in 2005.','',0,8,'2015-04-11 15:42:43',451,'','2018-05-11 12:20:07',451,0,'0000-00-00 00:00:00','2015-04-11 15:42:43','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',3,5,'','',1,531,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(10,69,'David A. Tyler, Esq., of Counsel','david-a-tyler','<img style=\"margin: 5px; float: left;\" src=\"images/davidtyler240x300.jpg\" alt=\"davidtyler240x300\" /><a href=\"http://www.davidtylerithaca.com/\" target=\"_blank\">David A. Tyler</a> is of counsel to Guttman &amp; Reiter.&nbsp;David practices in the areas of commercial and residential real estate, municipal law, estate planning and administration, and elder law. <br /><br />A member of the New York State Bar Association, the NYSBA Real Property and Municipal Law Section, the Tompkins County Bar Association, the American Arbitration Association’s Commercial Panel, the Tompkins County Estate Planning Council, and the Sixth Judicial District Qualification Committee, David received his LLB/Juris Doctorate degree in 1975 from Cornell University and his Bachelor of Arts degree with honors from Harvard College in 1969.<br /><br />David is an active volunteer in the community working on the Town of Ulysses Planning Board, Town of Ulysses Comprehensive Plan Committee, Glenwood Handicapped Services, Church Board of Ulysses, Ulysses Philomathic Library Board of Trustees, and the Special Children’s Center (now Franziska Racker Centers).<br /><br /><a href=\"http://www.davidtylerithaca.com/\" target=\"_blank\">Click here for David\'s Web Site</a>','',0,8,'2015-04-11 15:46:08',451,'','2018-05-11 12:20:07',451,0,'0000-00-00 00:00:00','2015-04-11 15:46:08','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',7,6,'','',1,872,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(11,70,'Patricia Kannus, Paralegal','patricia-kannus-paralegal','<img style=\"margin: 5px; float: left;\" src=\"images/PatriciaKannus240x300.jpg\" alt=\"PatriciaKannus240x300\" /><br /><br /><br /><br /><br /><a href=\"index.php?option=com_contact&amp;view=contact&amp;id=2&amp;Itemid=122\" target=\"_top\">Contact Pat</a>','',1,9,'2015-04-14 14:18:23',451,'','2015-04-15 21:14:05',451,0,'0000-00-00 00:00:00','2015-04-14 14:18:23','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',4,2,'','',1,477,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(12,71,'Debra Hines, Paralegal','debra-hines-paralegal','<img style=\"margin: 5px; float: left;\" src=\"images/DebraHines240x300.jpg\" alt=\"DebraHines240x300\" /><br /><br /><br /><br /><br /><a href=\"index.php?option=com_contact&amp;view=contact&amp;id=3&amp;Itemid=123\" target=\"_top\">Contact Deb</a>','',1,9,'2015-04-14 14:28:45',451,'','2015-04-15 21:13:50',451,0,'0000-00-00 00:00:00','2015-04-14 14:28:45','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',2,1,'','',1,278,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(13,72,'Nancy Pochily, Paralegal','nancy-pochily-paralegal','<img style=\"margin: 5px; float: left;\" src=\"images/NancyGreen240x300.jpg\" alt=\"NancyGreen240x300\" /><br /><br /><br /><br /><br /><a href=\"index.php?option=com_contact&amp;view=contact&amp;id=4&amp;Itemid=124\" target=\"_top\">Contact Nancy</a>','',0,9,'2015-04-14 14:31:08',451,'','2015-04-15 20:12:32',451,0,'0000-00-00 00:00:00','2015-04-14 14:31:08','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',2,3,'','',1,174,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(14,73,'Lori Warfield, Paralegal','lori-warfield-paralegal','<img style=\"margin: 5px; float: left;\" src=\"images/LoriWarfield240x300.jpg\" alt=\"LoriWarfield240x300\" /><br /><br /><br /><br /><br /><a href=\"index.php?option=com_contact&amp;view=contact&amp;id=5&amp;Itemid=125\">Contact Lori</a>','',0,9,'2015-04-14 14:33:09',451,'','2015-04-15 20:12:18',451,0,'0000-00-00 00:00:00','2015-04-14 14:33:09','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',2,4,'','',1,191,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(15,74,'Test Page','test-page','<span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;<span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;<br /><br /></span></span></span><br />\r\n<ul>\r\n<li><span style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"font-size: 12.16px; line-height: 15.808px;\">gtugiu</span></span></span></li>\r\n<li><span style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"font-size: 12.16px; line-height: 15.808px;\">gfvygyg78y8</span></span></span></li>\r\n<li><span style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"font-size: 12.16px; line-height: 15.808px;\">hgyuhuo</span><br /><span style=\"font-size: 12.16px; line-height: 15.808px;\"><img src=\"images/elderlaw.png\" alt=\"elderlaw\" style=\"margin: 5px; float: left;\" />&nbsp;</span></span></span><span style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><br /><br /><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><span style=\"font-size: 12.16px; line-height: 15.808px;\">Test&nbsp;</span><em style=\"font-size: 12.16px; line-height: 15.808px;\"><span style=\"text-decoration: underline;\"><strong>Page</strong>&nbsp;</span></em><span style=\"font-size: 12.16px; line-height: 15.808px;\">continued &nbsp;</span><br /></span></li>\r\n</ul>','',0,2,'2015-09-18 17:32:39',452,'','2015-09-18 17:44:24',452,0,'0000-00-00 00:00:00','2015-09-18 17:32:39','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',5,0,'','',1,1,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(16,77,'Lillian J. Hines','lillian-j-hines','<img style=\"margin: 5px; float: left;\" src=\"images/hines240x300.jpg\" alt=\"hines240x300\" />Lillian J Hines, Esq. has been working at the office since November 2011. Her practice areas include family, matrimonial, real estate, estate planning, landlord/tenant law, and general litigation.<br /><br />Lillian attended Mansfield University of Pennsylvania where she graduated Magna Cum Laude. Lillian graduated from Syracuse University College of Law in 2017 and she passed the New York State Bar Exam in October of 2017. Lillian is a member of the Finger Lakes Women’s Bar Association.<br /><br />Lillian chose to build a foundation at Guttman &amp; Reiter during law school and to join their team after graduating because it was important to her to maintain established client relationships, work with attorneys whom she admires, and be able to provide clients with a personal experience while resolving their legal issues.','',1,8,'2015-02-03 20:13:19',451,'','2018-05-11 14:04:10',451,0,'0000-00-00 00:00:00','2015-02-03 20:13:19','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',4,3,'','',1,565,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(17,78,'Todd Livingston','todd-livingston','<img style=\"margin: 5px; float: left;\" src=\"images/livingston240x300.jpg\" alt=\"livingston240x300\" />Todd Livingston came to our firm following over a decade spent doing litigation as a sole practitioner. After completing law school at Syracuse University on a Dean’s List Scholarship, he took the unusual step of going into business by himself here in Ithaca. It is fair to say that his early approach to the practical application of law was akin to learning how to swim by being thrown into the deep end of a pool. That training proved to be as valuable as the formal training he received in law school. <br /><br />Originally from Colorado, Todd spent time before law school as a mountain guide in the Rockies as well as operating his closely-held family business focused on integrating and transplanting mature trees in landscape design. These vocations taught Todd how to keep clients out of harm’s way in risky situations. He also better understands the challenges that face non-attorneys – both employees and business owners - on a daily basis. Todd’s current and past clients praise him for his ability to identify and understand subtle, underlying issues, and to create unique settlements, while not flinching if the matter must go to trial.<br /><br />Although the majority of Todd’s trial work in the past decade has focused on Family and Criminal Law, he is also highly competent in general civil litigation and transactional work. He taught law at Ithaca College for many years, in such areas as Alternative Dispute Resolution (i.e. mediation and arbitration), Business Law, and International Law. Currently, he also serves as the Tompkins County Felony Treatment Court attorney, focusing on the goal of obtaining treatment, rather than incarceration, for those individuals who were driven to commit crime as a result of their underlying addiction. Todd’s close professional relationship with the District Attorney’s Office and the mental health and substance abuse professionals in Felony Treatment Court make him a particularly valuable advocate in cases involving substance abuse.<br /><br />Divorced, and with 50/50 custody of his amazingly precocious daughter, Todd’s personal experience places him in a position to understand first hand many of the issues facing one in domestic relations matters. Todd values the ability of clients to minimize conflict whenever possible, as both parties will be stuck with each other for many years to come, and it ultimately serves the best interests of the children. When he’s not parenting or lawyering, Todd regularly volunteers with Big Brothers and Big Sisters of Ithaca and the Make-a-Wish foundation.','',0,8,'2018-05-11 12:19:44',451,'','2018-05-11 12:20:33',451,0,'0000-00-00 00:00:00','2018-05-11 12:19:44','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',3,4,'','',1,619,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','');
/*!40000 ALTER TABLE `dsolq_content` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dsolq_content_frontpage`
--

DROP TABLE IF EXISTS `dsolq_content_frontpage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_content_frontpage` (
  `content_id` int(11) NOT NULL DEFAULT '0',
  `ordering` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`content_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_content_frontpage`
--

LOCK TABLES `dsolq_content_frontpage` WRITE;
/*!40000 ALTER TABLE `dsolq_content_frontpage` DISABLE KEYS */;
INSERT INTO `dsolq_content_frontpage` (`content_id`, `ordering`) VALUES (1,1);
/*!40000 ALTER TABLE `dsolq_content_frontpage` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dsolq_content_rating`
--

DROP TABLE IF EXISTS `dsolq_content_rating`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_content_rating` (
  `content_id` int(11) NOT NULL DEFAULT '0',
  `rating_sum` int(10) unsigned NOT NULL DEFAULT '0',
  `rating_count` int(10) unsigned NOT NULL DEFAULT '0',
  `lastip` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`content_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_content_rating`
--

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

--
-- Table structure for table `dsolq_content_types`
--

DROP TABLE IF EXISTS `dsolq_content_types`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_content_types` (
  `type_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `type_title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `type_alias` varchar(400) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `table` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `rules` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `field_mappings` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `router` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `content_history_options` varchar(5120) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'JSON string for com_contenthistory options',
  PRIMARY KEY (`type_id`),
  KEY `idx_alias` (`type_alias`(100))
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_content_types`
--

LOCK TABLES `dsolq_content_types` WRITE;
/*!40000 ALTER TABLE `dsolq_content_types` DISABLE KEYS */;
INSERT INTO `dsolq_content_types` (`type_id`, `type_title`, `type_alias`, `table`, `rules`, `field_mappings`, `router`, `content_history_options`) VALUES (1,'Article','com_content.article','{\"special\":{\"dbtable\":\"#__content\",\"key\":\"id\",\"type\":\"Content\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"state\",\"core_alias\":\"alias\",\"core_created_time\":\"created\",\"core_modified_time\":\"modified\",\"core_body\":\"introtext\", \"core_hits\":\"hits\",\"core_publish_up\":\"publish_up\",\"core_publish_down\":\"publish_down\",\"core_access\":\"access\", \"core_params\":\"attribs\", \"core_featured\":\"featured\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"images\", \"core_urls\":\"urls\", \"core_version\":\"version\", \"core_ordering\":\"ordering\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"catid\", \"core_xreference\":\"xreference\", \"asset_id\":\"asset_id\"}, \"special\":{\"fulltext\":\"fulltext\"}}','ContentHelperRoute::getArticleRoute','{\"formFile\":\"administrator\\/components\\/com_content\\/models\\/forms\\/article.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\"],\"ignoreChanges\":[\"modified_by\", \"modified\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\"],\"convertToInt\":[\"publish_up\", \"publish_down\", \"featured\", \"ordering\"],\"displayLookup\":[{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"created_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"} ]}'),(2,'Weblink','com_weblinks.weblink','{\"special\":{\"dbtable\":\"#__weblinks\",\"key\":\"id\",\"type\":\"Weblink\",\"prefix\":\"WeblinksTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"state\",\"core_alias\":\"alias\",\"core_created_time\":\"created\",\"core_modified_time\":\"modified\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"publish_up\",\"core_publish_down\":\"publish_down\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"featured\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"images\", \"core_urls\":\"urls\", \"core_version\":\"version\", \"core_ordering\":\"ordering\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"catid\", \"core_xreference\":\"xreference\", \"asset_id\":\"null\"}, \"special\":{}}','WeblinksHelperRoute::getWeblinkRoute','{\"formFile\":\"administrator\\/components\\/com_weblinks\\/models\\/forms\\/weblink.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"featured\",\"images\"], \"ignoreChanges\":[\"modified_by\", \"modified\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\"], \"convertToInt\":[\"publish_up\", \"publish_down\", \"featured\", \"ordering\"], \"displayLookup\":[{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"created_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"} ]}'),(3,'Contact','com_contact.contact','{\"special\":{\"dbtable\":\"#__contact_details\",\"key\":\"id\",\"type\":\"Contact\",\"prefix\":\"ContactTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"name\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created\",\"core_modified_time\":\"modified\",\"core_body\":\"address\", \"core_hits\":\"hits\",\"core_publish_up\":\"publish_up\",\"core_publish_down\":\"publish_down\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"featured\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"image\", \"core_urls\":\"webpage\", \"core_version\":\"version\", \"core_ordering\":\"ordering\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"catid\", \"core_xreference\":\"xreference\", \"asset_id\":\"null\"}, \"special\":{\"con_position\":\"con_position\",\"suburb\":\"suburb\",\"state\":\"state\",\"country\":\"country\",\"postcode\":\"postcode\",\"telephone\":\"telephone\",\"fax\":\"fax\",\"misc\":\"misc\",\"email_to\":\"email_to\",\"default_con\":\"default_con\",\"user_id\":\"user_id\",\"mobile\":\"mobile\",\"sortname1\":\"sortname1\",\"sortname2\":\"sortname2\",\"sortname3\":\"sortname3\"}}','ContactHelperRoute::getContactRoute','{\"formFile\":\"administrator\\/components\\/com_contact\\/models\\/forms\\/contact.xml\",\"hideFields\":[\"default_con\",\"checked_out\",\"checked_out_time\",\"version\",\"xreference\"],\"ignoreChanges\":[\"modified_by\", \"modified\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\"],\"convertToInt\":[\"publish_up\", \"publish_down\", \"featured\", \"ordering\"], \"displayLookup\":[ {\"sourceColumn\":\"created_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"} ] }'),(4,'Newsfeed','com_newsfeeds.newsfeed','{\"special\":{\"dbtable\":\"#__newsfeeds\",\"key\":\"id\",\"type\":\"Newsfeed\",\"prefix\":\"NewsfeedsTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"name\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created\",\"core_modified_time\":\"modified\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"publish_up\",\"core_publish_down\":\"publish_down\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"featured\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"images\", \"core_urls\":\"link\", \"core_version\":\"version\", \"core_ordering\":\"ordering\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"catid\", \"core_xreference\":\"xreference\", \"asset_id\":\"null\"}, \"special\":{\"numarticles\":\"numarticles\",\"cache_time\":\"cache_time\",\"rtl\":\"rtl\"}}','NewsfeedsHelperRoute::getNewsfeedRoute','{\"formFile\":\"administrator\\/components\\/com_newsfeeds\\/models\\/forms\\/newsfeed.xml\",\"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\"],\"ignoreChanges\":[\"modified_by\", \"modified\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\"],\"convertToInt\":[\"publish_up\", \"publish_down\", \"featured\", \"ordering\"],\"displayLookup\":[{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"created_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"} ]}'),(5,'User','com_users.user','{\"special\":{\"dbtable\":\"#__users\",\"key\":\"id\",\"type\":\"User\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"name\",\"core_state\":\"null\",\"core_alias\":\"username\",\"core_created_time\":\"registerdate\",\"core_modified_time\":\"lastvisitDate\",\"core_body\":\"null\", \"core_hits\":\"null\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"access\":\"null\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"null\", \"core_language\":\"null\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"null\", \"core_ordering\":\"null\", \"core_metakey\":\"null\", \"core_metadesc\":\"null\", \"core_catid\":\"null\", \"core_xreference\":\"null\", \"asset_id\":\"null\"}, \"special\":{}}','UsersHelperRoute::getUserRoute',''),(6,'Article Category','com_content.category','{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"Category\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"core_xreference\":\"null\", \"asset_id\":\"asset_id\"}, \"special\":{\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}','ContentHelperRoute::getCategoryRoute','{\"formFile\":\"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"],\"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}'),(7,'Contact Category','com_contact.category','{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"Category\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"core_xreference\":\"null\", \"asset_id\":\"asset_id\"}, \"special\":{\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}','ContactHelperRoute::getCategoryRoute','{\"formFile\":\"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"],\"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}'),(8,'Newsfeeds Category','com_newsfeeds.category','{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"Category\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"core_xreference\":\"null\", \"asset_id\":\"asset_id\"}, \"special\":{\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}','NewsfeedsHelperRoute::getCategoryRoute','{\"formFile\":\"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"],\"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}'),(9,'Weblinks Category','com_weblinks.category','{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"Category\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"core_xreference\":\"null\", \"asset_id\":\"asset_id\"}, \"special\":{\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}','WeblinksHelperRoute::getCategoryRoute','{\"formFile\":\"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"],\"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}'),(10,'Tag','com_tags.tag','{\"special\":{\"dbtable\":\"#__tags\",\"key\":\"tag_id\",\"type\":\"Tag\",\"prefix\":\"TagsTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"featured\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"images\", \"core_urls\":\"urls\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"null\", \"core_xreference\":\"null\", \"asset_id\":\"null\"}, \"special\":{\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\"}}','TagsHelperRoute::getTagRoute','{\"formFile\":\"administrator\\/components\\/com_tags\\/models\\/forms\\/tag.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\",\"version\", \"lft\", \"rgt\", \"level\", \"path\", \"urls\", \"publish_up\", \"publish_down\"],\"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"],\"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}, {\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}]}'),(11,'Banner','com_banners.banner','{\"special\":{\"dbtable\":\"#__banners\",\"key\":\"id\",\"type\":\"Banner\",\"prefix\":\"BannersTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"name\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created\",\"core_modified_time\":\"modified\",\"core_body\":\"description\", \"core_hits\":\"null\",\"core_publish_up\":\"publish_up\",\"core_publish_down\":\"publish_down\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"images\", \"core_urls\":\"link\", \"core_version\":\"version\", \"core_ordering\":\"ordering\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"catid\", \"core_xreference\":\"null\", \"asset_id\":\"null\"}, \"special\":{\"imptotal\":\"imptotal\", \"impmade\":\"impmade\", \"clicks\":\"clicks\", \"clickurl\":\"clickurl\", \"custombannercode\":\"custombannercode\", \"cid\":\"cid\", \"purchase_type\":\"purchase_type\", \"track_impressions\":\"track_impressions\", \"track_clicks\":\"track_clicks\"}}','','{\"formFile\":\"administrator\\/components\\/com_banners\\/models\\/forms\\/banner.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\",\"version\", \"reset\"],\"ignoreChanges\":[\"modified_by\", \"modified\", \"checked_out\", \"checked_out_time\", \"version\", \"imptotal\", \"impmade\", \"reset\"], \"convertToInt\":[\"publish_up\", \"publish_down\", \"ordering\"], \"displayLookup\":[{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}, {\"sourceColumn\":\"cid\",\"targetTable\":\"#__banner_clients\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"created_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"modified_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"} ]}'),(12,'Banners Category','com_banners.category','{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"Category\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"core_xreference\":\"null\", \"asset_id\":\"asset_id\"}, \"special\": {\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}','','{\"formFile\":\"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"], \"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}'),(13,'Banner Client','com_banners.client','{\"special\":{\"dbtable\":\"#__banner_clients\",\"key\":\"id\",\"type\":\"Client\",\"prefix\":\"BannersTable\"}}','','','','{\"formFile\":\"administrator\\/components\\/com_banners\\/models\\/forms\\/client.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\"], \"ignoreChanges\":[\"checked_out\", \"checked_out_time\"], \"convertToInt\":[], \"displayLookup\":[]}'),(14,'User Notes','com_users.note','{\"special\":{\"dbtable\":\"#__user_notes\",\"key\":\"id\",\"type\":\"Note\",\"prefix\":\"UsersTable\"}}','','','','{\"formFile\":\"administrator\\/components\\/com_users\\/models\\/forms\\/note.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\", \"publish_up\", \"publish_down\"],\"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\"], \"convertToInt\":[\"publish_up\", \"publish_down\"],\"displayLookup\":[{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}, {\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}]}'),(15,'User Notes Category','com_users.category','{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"Category\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"core_xreference\":\"null\", \"asset_id\":\"asset_id\"}, \"special\":{\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}','','{\"formFile\":\"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"], \"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}');
/*!40000 ALTER TABLE `dsolq_content_types` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dsolq_contentitem_tag_map`
--

DROP TABLE IF EXISTS `dsolq_contentitem_tag_map`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_contentitem_tag_map` (
  `type_alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `core_content_id` int(10) unsigned NOT NULL COMMENT 'PK from the core content table',
  `content_item_id` int(11) NOT NULL COMMENT 'PK from the content type table',
  `tag_id` int(10) unsigned NOT NULL COMMENT 'PK from the tag table',
  `tag_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Date of most recent save for this tag-item',
  `type_id` mediumint(8) NOT NULL COMMENT 'PK from the content_type table',
  UNIQUE KEY `uc_ItemnameTagid` (`type_id`,`content_item_id`,`tag_id`),
  KEY `idx_tag_type` (`tag_id`,`type_id`),
  KEY `idx_date_id` (`tag_date`,`tag_id`),
  KEY `idx_core_content_id` (`core_content_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Maps items from content tables to tags';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_contentitem_tag_map`
--

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

--
-- Table structure for table `dsolq_core_log_searches`
--

DROP TABLE IF EXISTS `dsolq_core_log_searches`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_core_log_searches` (
  `search_term` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `hits` int(10) unsigned NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_core_log_searches`
--

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

--
-- Table structure for table `dsolq_extensions`
--

DROP TABLE IF EXISTS `dsolq_extensions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_extensions` (
  `extension_id` int(11) NOT NULL AUTO_INCREMENT,
  `package_id` int(11) NOT NULL DEFAULT '0' COMMENT 'Parent package ID for extensions installed as a package.',
  `name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
  `element` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `folder` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `client_id` tinyint(3) NOT NULL,
  `enabled` tinyint(3) NOT NULL DEFAULT '0',
  `access` int(10) unsigned NOT NULL DEFAULT '1',
  `protected` tinyint(3) NOT NULL DEFAULT '0',
  `manifest_cache` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `params` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `custom_data` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `system_data` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `checked_out` int(10) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) DEFAULT '0',
  `state` int(11) DEFAULT '0',
  PRIMARY KEY (`extension_id`),
  KEY `element_clientid` (`element`,`client_id`),
  KEY `element_folder_clientid` (`element`,`folder`,`client_id`),
  KEY `extension` (`type`,`element`,`folder`,`client_id`)
) ENGINE=InnoDB AUTO_INCREMENT=10012 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_extensions`
--

LOCK TABLES `dsolq_extensions` WRITE;
/*!40000 ALTER TABLE `dsolq_extensions` DISABLE KEYS */;
INSERT INTO `dsolq_extensions` (`extension_id`, `package_id`, `name`, `type`, `element`, `folder`, `client_id`, `enabled`, `access`, `protected`, `manifest_cache`, `params`, `custom_data`, `system_data`, `checked_out`, `checked_out_time`, `ordering`, `state`) VALUES (1,0,'com_mailto','component','com_mailto','',0,1,1,1,'{\"name\":\"com_mailto\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2018 Open Source Matters. All rights reserved.\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_MAILTO_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mailto\"}','','','',0,'0000-00-00 00:00:00',0,0),(2,0,'com_wrapper','component','com_wrapper','',0,1,1,1,'{\"name\":\"com_wrapper\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2018 Open Source Matters. All rights reserved.\\n\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_WRAPPER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"wrapper\"}','','','',0,'0000-00-00 00:00:00',0,0),(3,0,'com_admin','component','com_admin','',1,1,1,1,'{\"name\":\"com_admin\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_ADMIN_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(4,0,'com_banners','component','com_banners','',1,1,1,0,'{\"name\":\"com_banners\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_BANNERS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"banners\"}','{\"purchase_type\":\"3\",\"track_impressions\":\"0\",\"track_clicks\":\"0\",\"metakey_prefix\":\"\",\"save_history\":\"1\",\"history_limit\":10}','','',0,'0000-00-00 00:00:00',0,0),(5,0,'com_cache','component','com_cache','',1,1,1,1,'{\"name\":\"com_cache\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CACHE_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(6,0,'com_categories','component','com_categories','',1,1,1,1,'{\"name\":\"com_categories\",\"type\":\"component\",\"creationDate\":\"December 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(7,0,'com_checkin','component','com_checkin','',1,1,1,1,'{\"name\":\"com_checkin\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CHECKIN_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(8,0,'com_contact','component','com_contact','',1,1,1,0,'{\"name\":\"com_contact\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contact\"}','{\"contact_layout\":\"_:default\",\"show_contact_category\":\"hide\",\"save_history\":\"1\",\"history_limit\":10,\"show_contact_list\":\"0\",\"presentation_style\":\"plain\",\"show_name\":\"1\",\"show_position\":\"1\",\"show_email\":\"0\",\"show_street_address\":\"1\",\"show_suburb\":\"1\",\"show_state\":\"1\",\"show_postcode\":\"1\",\"show_country\":\"1\",\"show_telephone\":\"1\",\"show_mobile\":\"1\",\"show_fax\":\"1\",\"show_webpage\":\"1\",\"show_misc\":\"1\",\"show_image\":\"1\",\"image\":\"\",\"allow_vcard\":\"0\",\"show_articles\":\"0\",\"show_profile\":\"0\",\"show_links\":\"0\",\"linka_name\":\"\",\"linkb_name\":\"\",\"linkc_name\":\"\",\"linkd_name\":\"\",\"linke_name\":\"\",\"show_tags\":\"1\",\"contact_icons\":\"0\",\"icon_address\":\"\",\"icon_email\":\"\",\"icon_telephone\":\"\",\"icon_mobile\":\"\",\"icon_fax\":\"\",\"icon_misc\":\"\",\"category_layout\":\"_:default\",\"show_category_title\":\"1\",\"show_description\":\"1\",\"show_description_image\":\"0\",\"maxLevel\":\"-1\",\"show_empty_categories\":\"0\",\"show_subcat_desc\":\"1\",\"show_cat_items\":\"1\",\"show_cat_tags\":\"1\",\"show_base_description\":\"1\",\"maxLevelcat\":\"-1\",\"show_empty_categories_cat\":\"0\",\"show_subcat_desc_cat\":\"1\",\"show_cat_items_cat\":\"1\",\"filter_field\":\"1\",\"show_pagination_limit\":\"1\",\"show_headings\":\"1\",\"show_position_headings\":\"1\",\"show_email_headings\":\"0\",\"show_telephone_headings\":\"1\",\"show_mobile_headings\":\"0\",\"show_fax_headings\":\"0\",\"show_suburb_headings\":\"1\",\"show_state_headings\":\"1\",\"show_country_headings\":\"1\",\"show_pagination\":\"2\",\"show_pagination_results\":\"1\",\"initial_sort\":\"ordering\",\"captcha\":\"\",\"show_email_form\":\"1\",\"show_email_copy\":\"1\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"1\",\"custom_reply\":\"0\",\"redirect\":\"\",\"show_feed_link\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(9,0,'com_cpanel','component','com_cpanel','',1,1,1,1,'{\"name\":\"com_cpanel\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CPANEL_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(10,0,'com_installer','component','com_installer','',1,1,1,1,'{\"name\":\"com_installer\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_INSTALLER_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(11,0,'com_languages','component','com_languages','',1,1,1,1,'{\"name\":\"com_languages\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_LANGUAGES_XML_DESCRIPTION\",\"group\":\"\"}','{\"administrator\":\"en-GB\",\"site\":\"en-GB\"}','','',0,'0000-00-00 00:00:00',0,0),(12,0,'com_login','component','com_login','',1,1,1,1,'{\"name\":\"com_login\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_LOGIN_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(13,0,'com_media','component','com_media','',1,1,0,1,'{\"name\":\"com_media\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_MEDIA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"media\"}','{\"upload_extensions\":\"bmp,csv,doc,gif,ico,jpg,jpeg,odg,odp,ods,odt,pdf,png,ppt,swf,txt,xcf,xls,BMP,CSV,DOC,GIF,ICO,JPG,JPEG,ODG,ODP,ODS,ODT,PDF,PNG,PPT,SWF,TXT,XCF,XLS\",\"upload_maxsize\":\"10\",\"file_path\":\"images\",\"image_path\":\"images\",\"restrict_uploads\":\"1\",\"allowed_media_usergroup\":\"3\",\"check_mime\":\"1\",\"image_extensions\":\"bmp,gif,jpg,png\",\"ignore_extensions\":\"\",\"upload_mime\":\"image\\/jpeg,image\\/gif,image\\/png,image\\/bmp,application\\/x-shockwave-flash,application\\/msword,application\\/excel,application\\/pdf,application\\/powerpoint,text\\/plain,application\\/x-zip\",\"upload_mime_illegal\":\"text\\/html\"}','','',0,'0000-00-00 00:00:00',0,0),(14,0,'com_menus','component','com_menus','',1,1,1,1,'{\"name\":\"com_menus\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_MENUS_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(15,0,'com_messages','component','com_messages','',1,1,1,1,'{\"name\":\"com_messages\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_MESSAGES_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(16,0,'com_modules','component','com_modules','',1,1,1,1,'{\"name\":\"com_modules\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_MODULES_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(17,0,'com_newsfeeds','component','com_newsfeeds','',1,1,1,0,'{\"name\":\"com_newsfeeds\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_NEWSFEEDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"newsfeeds\"}','{\"newsfeed_layout\":\"_:default\",\"save_history\":\"1\",\"history_limit\":5,\"show_feed_image\":\"1\",\"show_feed_description\":\"1\",\"show_item_description\":\"1\",\"feed_character_count\":\"0\",\"feed_display_order\":\"des\",\"float_first\":\"right\",\"float_second\":\"right\",\"show_tags\":\"1\",\"category_layout\":\"_:default\",\"show_category_title\":\"1\",\"show_description\":\"1\",\"show_description_image\":\"1\",\"maxLevel\":\"-1\",\"show_empty_categories\":\"0\",\"show_subcat_desc\":\"1\",\"show_cat_items\":\"1\",\"show_cat_tags\":\"1\",\"show_base_description\":\"1\",\"maxLevelcat\":\"-1\",\"show_empty_categories_cat\":\"0\",\"show_subcat_desc_cat\":\"1\",\"show_cat_items_cat\":\"1\",\"filter_field\":\"1\",\"show_pagination_limit\":\"1\",\"show_headings\":\"1\",\"show_articles\":\"0\",\"show_link\":\"1\",\"show_pagination\":\"1\",\"show_pagination_results\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(18,0,'com_plugins','component','com_plugins','',1,1,1,1,'{\"name\":\"com_plugins\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_PLUGINS_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(19,0,'com_search','component','com_search','',1,1,1,0,'{\"name\":\"com_search\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_SEARCH_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"search\"}','{\"enabled\":\"0\",\"show_date\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(20,0,'com_templates','component','com_templates','',1,1,1,1,'{\"name\":\"com_templates\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_TEMPLATES_XML_DESCRIPTION\",\"group\":\"\"}','{\"template_positions_display\":\"0\",\"upload_limit\":\"2\",\"image_formats\":\"gif,bmp,jpg,jpeg,png\",\"source_formats\":\"txt,less,ini,xml,js,php,css\",\"font_formats\":\"woff,ttf,otf\",\"compressed_formats\":\"zip\"}','','',0,'0000-00-00 00:00:00',0,0),(21,0,'com_weblinks','component','com_weblinks','',1,1,1,0,'{\"name\":\"com_weblinks\",\"type\":\"component\",\"creationDate\":\"2017-03-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2017 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.6.0\",\"description\":\"COM_WEBLINKS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"weblinks\"}','{\"target\":\"0\",\"save_history\":\"1\",\"history_limit\":5,\"count_clicks\":\"1\",\"icons\":1,\"link_icons\":\"\",\"float_first\":\"right\",\"float_second\":\"right\",\"show_tags\":\"1\",\"category_layout\":\"_:default\",\"show_category_title\":\"1\",\"show_description\":\"1\",\"show_description_image\":\"1\",\"maxLevel\":\"-1\",\"show_empty_categories\":\"0\",\"show_subcat_desc\":\"1\",\"show_cat_num_links\":\"1\",\"show_cat_tags\":\"1\",\"show_base_description\":\"1\",\"maxLevelcat\":\"-1\",\"show_empty_categories_cat\":\"0\",\"show_subcat_desc_cat\":\"1\",\"show_cat_num_links_cat\":\"1\",\"filter_field\":\"1\",\"show_pagination_limit\":\"1\",\"show_headings\":\"0\",\"show_link_description\":\"1\",\"show_link_hits\":\"1\",\"show_pagination\":\"2\",\"show_pagination_results\":\"1\",\"show_feed_link\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(22,0,'com_content','component','com_content','',1,1,0,1,'{\"name\":\"com_content\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CONTENT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"content\"}','{\"article_layout\":\"_:default\",\"show_title\":\"1\",\"link_titles\":\"0\",\"show_intro\":\"1\",\"info_block_position\":\"0\",\"show_category\":\"0\",\"link_category\":\"0\",\"show_parent_category\":\"0\",\"link_parent_category\":\"0\",\"show_author\":\"0\",\"link_author\":\"0\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"0\",\"show_vote\":\"0\",\"show_readmore\":\"1\",\"show_readmore_title\":\"0\",\"readmore_limit\":\"100\",\"show_tags\":\"0\",\"show_icons\":\"1\",\"show_print_icon\":\"0\",\"show_email_icon\":\"0\",\"show_hits\":\"0\",\"show_noauth\":\"0\",\"urls_position\":\"0\",\"show_publishing_options\":\"1\",\"show_article_options\":\"1\",\"save_history\":\"1\",\"history_limit\":10,\"show_urls_images_frontend\":\"0\",\"show_urls_images_backend\":\"1\",\"targeta\":0,\"targetb\":0,\"targetc\":0,\"float_intro\":\"left\",\"float_fulltext\":\"left\",\"category_layout\":\"_:blog\",\"show_category_heading_title_text\":\"1\",\"show_category_title\":\"0\",\"show_description\":\"0\",\"show_description_image\":\"0\",\"maxLevel\":\"1\",\"show_empty_categories\":\"0\",\"show_no_articles\":\"1\",\"show_subcat_desc\":\"1\",\"show_cat_num_articles\":\"0\",\"show_cat_tags\":\"1\",\"show_base_description\":\"1\",\"maxLevelcat\":\"-1\",\"show_empty_categories_cat\":\"0\",\"show_subcat_desc_cat\":\"1\",\"show_cat_num_articles_cat\":\"1\",\"num_leading_articles\":\"1\",\"num_intro_articles\":\"15\",\"num_columns\":\"0\",\"num_links\":\"0\",\"multi_column_order\":\"0\",\"show_subcategory_content\":\"0\",\"show_pagination_limit\":\"1\",\"filter_field\":\"hide\",\"show_headings\":\"1\",\"list_show_date\":\"0\",\"date_format\":\"\",\"list_show_hits\":\"1\",\"list_show_author\":\"1\",\"orderby_pri\":\"order\",\"orderby_sec\":\"order\",\"order_date\":\"published\",\"show_pagination\":\"2\",\"show_pagination_results\":\"1\",\"show_feed_link\":\"1\",\"feed_summary\":\"0\",\"feed_show_readmore\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(23,0,'com_config','component','com_config','',1,1,0,1,'{\"name\":\"com_config\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CONFIG_XML_DESCRIPTION\",\"group\":\"\"}','{\"filters\":{\"1\":{\"filter_type\":\"NH\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"9\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"6\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"7\":{\"filter_type\":\"NONE\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"2\":{\"filter_type\":\"NH\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"3\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"4\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"5\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"8\":{\"filter_type\":\"NONE\",\"filter_tags\":\"\",\"filter_attributes\":\"\"}}}','','',0,'0000-00-00 00:00:00',0,0),(24,0,'com_redirect','component','com_redirect','',1,1,0,1,'{\"name\":\"com_redirect\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_REDIRECT_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(25,0,'com_users','component','com_users','',1,1,0,1,'{\"name\":\"com_users\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_USERS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"users\"}','{\"allowUserRegistration\":\"0\",\"new_usertype\":\"2\",\"guest_usergroup\":\"9\",\"sendpassword\":\"1\",\"useractivation\":\"1\",\"mail_to_admin\":\"0\",\"captcha\":\"\",\"frontend_userparams\":\"1\",\"site_language\":\"0\",\"change_login_name\":\"0\",\"reset_count\":\"10\",\"reset_time\":\"1\",\"minimum_length\":\"4\",\"minimum_integers\":\"0\",\"minimum_symbols\":\"0\",\"minimum_uppercase\":\"0\",\"save_history\":\"1\",\"history_limit\":5,\"mailSubjectPrefix\":\"\",\"mailBodySuffix\":\"\"}','','',0,'0000-00-00 00:00:00',0,0),(27,0,'com_finder','component','com_finder','',1,1,0,0,'{\"name\":\"com_finder\",\"type\":\"component\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_FINDER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"finder\"}','{\"show_description\":\"1\",\"description_length\":255,\"allow_empty_query\":\"0\",\"show_url\":\"1\",\"show_advanced\":\"1\",\"expand_advanced\":\"0\",\"show_date_filters\":\"0\",\"highlight_terms\":\"1\",\"opensearch_name\":\"\",\"opensearch_description\":\"\",\"batch_size\":\"50\",\"memory_table_limit\":30000,\"title_multiplier\":\"1.7\",\"text_multiplier\":\"0.7\",\"meta_multiplier\":\"1.2\",\"path_multiplier\":\"2.0\",\"misc_multiplier\":\"0.3\",\"stemmer\":\"snowball\"}','','',0,'0000-00-00 00:00:00',0,0),(28,0,'com_joomlaupdate','component','com_joomlaupdate','',1,1,0,1,'{\"name\":\"com_joomlaupdate\",\"type\":\"component\",\"creationDate\":\"February 2012\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.6.2\",\"description\":\"COM_JOOMLAUPDATE_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(29,0,'com_tags','component','com_tags','',1,1,1,1,'{\"name\":\"com_tags\",\"type\":\"component\",\"creationDate\":\"December 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.1.0\",\"description\":\"COM_TAGS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"tags\"}','{\"tag_layout\":\"_:default\",\"save_history\":\"1\",\"history_limit\":5,\"show_tag_title\":\"0\",\"tag_list_show_tag_image\":\"0\",\"tag_list_show_tag_description\":\"0\",\"tag_list_image\":\"\",\"show_tag_num_items\":\"0\",\"tag_list_orderby\":\"title\",\"tag_list_orderby_direction\":\"ASC\",\"show_headings\":\"0\",\"tag_list_show_date\":\"0\",\"tag_list_show_item_image\":\"0\",\"tag_list_show_item_description\":\"0\",\"tag_list_item_maximum_characters\":0,\"return_any_or_all\":\"1\",\"include_children\":\"0\",\"maximum\":200,\"tag_list_language_filter\":\"all\",\"tags_layout\":\"_:default\",\"all_tags_orderby\":\"title\",\"all_tags_orderby_direction\":\"ASC\",\"all_tags_show_tag_image\":\"0\",\"all_tags_show_tag_descripion\":\"0\",\"all_tags_tag_maximum_characters\":20,\"all_tags_show_tag_hits\":\"0\",\"filter_field\":\"1\",\"show_pagination_limit\":\"1\",\"show_pagination\":\"2\",\"show_pagination_results\":\"1\",\"tag_field_ajax_mode\":\"1\",\"show_feed_link\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(30,0,'com_contenthistory','component','com_contenthistory','',1,1,1,0,'{\"name\":\"com_contenthistory\",\"type\":\"component\",\"creationDate\":\"May 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"COM_CONTENTHISTORY_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contenthistory\"}','','','',0,'0000-00-00 00:00:00',0,0),(31,0,'com_ajax','component','com_ajax','',1,1,1,1,'{\"name\":\"com_ajax\",\"type\":\"component\",\"creationDate\":\"August 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"COM_AJAX_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"ajax\"}','','','',0,'0000-00-00 00:00:00',0,0),(32,0,'com_postinstall','component','com_postinstall','',1,1,1,1,'{\"name\":\"com_postinstall\",\"type\":\"component\",\"creationDate\":\"September 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"COM_POSTINSTALL_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(33,0,'com_fields','component','com_fields','',1,1,1,0,'{\"name\":\"com_fields\",\"type\":\"component\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"COM_FIELDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"fields\"}','','','',0,'0000-00-00 00:00:00',0,0),(34,0,'com_associations','component','com_associations','',1,1,1,0,'{\"name\":\"com_associations\",\"type\":\"component\",\"creationDate\":\"Januar 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"COM_ASSOCIATIONS_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(102,0,'LIB_PHPUTF8','library','phputf8','',0,1,1,1,'{\"name\":\"LIB_PHPUTF8\",\"type\":\"library\",\"creationDate\":\"2006\",\"author\":\"Harry Fuecks\",\"copyright\":\"Copyright various authors\",\"authorEmail\":\"hfuecks@gmail.com\",\"authorUrl\":\"http:\\/\\/sourceforge.net\\/projects\\/phputf8\",\"version\":\"0.5\",\"description\":\"LIB_PHPUTF8_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"phputf8\"}','','','',0,'0000-00-00 00:00:00',0,0),(103,0,'LIB_JOOMLA','library','joomla','',0,1,1,1,'{\"name\":\"LIB_JOOMLA\",\"type\":\"library\",\"creationDate\":\"2008\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"https:\\/\\/www.joomla.org\",\"version\":\"13.1\",\"description\":\"LIB_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}','{\"mediaversion\":\"48c83b95d7540f748953f3902b2f5da9\"}','','',0,'0000-00-00 00:00:00',0,0),(104,0,'LIB_IDNA','library','idna_convert','',0,1,1,1,'{\"name\":\"LIB_IDNA\",\"type\":\"library\",\"creationDate\":\"2004\",\"author\":\"phlyLabs\",\"copyright\":\"2004-2011 phlyLabs Berlin, http:\\/\\/phlylabs.de\",\"authorEmail\":\"phlymail@phlylabs.de\",\"authorUrl\":\"http:\\/\\/phlylabs.de\",\"version\":\"0.8.0\",\"description\":\"LIB_IDNA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"idna_convert\"}','','','',0,'0000-00-00 00:00:00',0,0),(105,0,'FOF','library','fof','',0,1,1,1,'{\"name\":\"FOF\",\"type\":\"library\",\"creationDate\":\"2015-04-22 13:15:32\",\"author\":\"Nicholas K. Dionysopoulos \\/ Akeeba Ltd\",\"copyright\":\"(C)2011-2015 Nicholas K. Dionysopoulos\",\"authorEmail\":\"nicholas@akeebabackup.com\",\"authorUrl\":\"https:\\/\\/www.akeebabackup.com\",\"version\":\"2.4.3\",\"description\":\"LIB_FOF_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"fof\"}','','','',0,'0000-00-00 00:00:00',0,0),(106,0,'LIB_PHPASS','library','phpass','',0,1,1,1,'{\"name\":\"LIB_PHPASS\",\"type\":\"library\",\"creationDate\":\"2004-2006\",\"author\":\"Solar Designer\",\"copyright\":\"\",\"authorEmail\":\"solar@openwall.com\",\"authorUrl\":\"http:\\/\\/www.openwall.com\\/phpass\\/\",\"version\":\"0.3\",\"description\":\"LIB_PHPASS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"phpass\"}','','','',0,'0000-00-00 00:00:00',0,0),(200,0,'mod_articles_archive','module','mod_articles_archive','',0,1,1,0,'{\"name\":\"mod_articles_archive\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_ARCHIVE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_archive\"}','','','',0,'0000-00-00 00:00:00',0,0),(201,0,'mod_articles_latest','module','mod_articles_latest','',0,1,1,0,'{\"name\":\"mod_articles_latest\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LATEST_NEWS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_latest\"}','','','',0,'0000-00-00 00:00:00',0,0),(202,0,'mod_articles_popular','module','mod_articles_popular','',0,1,1,0,'{\"name\":\"mod_articles_popular\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_POPULAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_popular\"}','','','',0,'0000-00-00 00:00:00',0,0),(203,0,'mod_banners','module','mod_banners','',0,1,1,0,'{\"name\":\"mod_banners\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_BANNERS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_banners\"}','','','',0,'0000-00-00 00:00:00',0,0),(204,0,'mod_breadcrumbs','module','mod_breadcrumbs','',0,1,1,1,'{\"name\":\"mod_breadcrumbs\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_BREADCRUMBS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_breadcrumbs\"}','','','',0,'0000-00-00 00:00:00',0,0),(205,0,'mod_custom','module','mod_custom','',0,1,1,1,'{\"name\":\"mod_custom\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_CUSTOM_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_custom\"}','','','',0,'0000-00-00 00:00:00',0,0),(206,0,'mod_feed','module','mod_feed','',0,1,1,0,'{\"name\":\"mod_feed\",\"type\":\"module\",\"creationDate\":\"July 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FEED_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_feed\"}','','','',0,'0000-00-00 00:00:00',0,0),(207,0,'mod_footer','module','mod_footer','',0,1,1,0,'{\"name\":\"mod_footer\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FOOTER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_footer\"}','','','',0,'0000-00-00 00:00:00',0,0),(208,0,'mod_login','module','mod_login','',0,1,1,1,'{\"name\":\"mod_login\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LOGIN_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_login\"}','','','',0,'0000-00-00 00:00:00',0,0),(209,0,'mod_menu','module','mod_menu','',0,1,1,1,'{\"name\":\"mod_menu\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_MENU_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_menu\"}','','','',0,'0000-00-00 00:00:00',0,0),(210,0,'mod_articles_news','module','mod_articles_news','',0,1,1,0,'{\"name\":\"mod_articles_news\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_NEWS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_news\"}','','','',0,'0000-00-00 00:00:00',0,0),(211,0,'mod_random_image','module','mod_random_image','',0,1,1,0,'{\"name\":\"mod_random_image\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_RANDOM_IMAGE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_random_image\"}','','','',0,'0000-00-00 00:00:00',0,0),(212,0,'mod_related_items','module','mod_related_items','',0,1,1,0,'{\"name\":\"mod_related_items\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_RELATED_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_related_items\"}','','','',0,'0000-00-00 00:00:00',0,0),(213,0,'mod_search','module','mod_search','',0,1,1,0,'{\"name\":\"mod_search\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_SEARCH_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_search\"}','','','',0,'0000-00-00 00:00:00',0,0),(214,0,'mod_stats','module','mod_stats','',0,1,1,0,'{\"name\":\"mod_stats\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_STATS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_stats\"}','','','',0,'0000-00-00 00:00:00',0,0),(215,0,'mod_syndicate','module','mod_syndicate','',0,1,1,1,'{\"name\":\"mod_syndicate\",\"type\":\"module\",\"creationDate\":\"May 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_SYNDICATE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_syndicate\"}','','','',0,'0000-00-00 00:00:00',0,0),(216,0,'mod_users_latest','module','mod_users_latest','',0,1,1,0,'{\"name\":\"mod_users_latest\",\"type\":\"module\",\"creationDate\":\"December 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_USERS_LATEST_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_users_latest\"}','','','',0,'0000-00-00 00:00:00',0,0),(217,0,'mod_weblinks','module','mod_weblinks','',0,1,1,0,'{\"name\":\"mod_weblinks\",\"type\":\"module\",\"creationDate\":\"2017-03-08\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2017 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.6.0\",\"description\":\"MOD_WEBLINKS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_weblinks\"}','','','',0,'0000-00-00 00:00:00',0,0),(218,0,'mod_whosonline','module','mod_whosonline','',0,1,1,0,'{\"name\":\"mod_whosonline\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_WHOSONLINE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_whosonline\"}','','','',0,'0000-00-00 00:00:00',0,0),(219,0,'mod_wrapper','module','mod_wrapper','',0,1,1,0,'{\"name\":\"mod_wrapper\",\"type\":\"module\",\"creationDate\":\"October 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_WRAPPER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_wrapper\"}','','','',0,'0000-00-00 00:00:00',0,0),(220,0,'mod_articles_category','module','mod_articles_category','',0,1,1,0,'{\"name\":\"mod_articles_category\",\"type\":\"module\",\"creationDate\":\"February 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_CATEGORY_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_category\"}','','','',0,'0000-00-00 00:00:00',0,0),(221,0,'mod_articles_categories','module','mod_articles_categories','',0,1,1,0,'{\"name\":\"mod_articles_categories\",\"type\":\"module\",\"creationDate\":\"February 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_categories\"}','','','',0,'0000-00-00 00:00:00',0,0),(222,0,'mod_languages','module','mod_languages','',0,1,1,1,'{\"name\":\"mod_languages\",\"type\":\"module\",\"creationDate\":\"February 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.5.0\",\"description\":\"MOD_LANGUAGES_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_languages\"}','','','',0,'0000-00-00 00:00:00',0,0),(223,0,'mod_finder','module','mod_finder','',0,1,0,0,'{\"name\":\"mod_finder\",\"type\":\"module\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FINDER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_finder\"}','','','',0,'0000-00-00 00:00:00',0,0),(300,0,'mod_custom','module','mod_custom','',1,1,1,1,'{\"name\":\"mod_custom\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_CUSTOM_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_custom\"}','','','',0,'0000-00-00 00:00:00',0,0),(301,0,'mod_feed','module','mod_feed','',1,1,1,0,'{\"name\":\"mod_feed\",\"type\":\"module\",\"creationDate\":\"July 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FEED_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_feed\"}','','','',0,'0000-00-00 00:00:00',0,0),(302,0,'mod_latest','module','mod_latest','',1,1,1,0,'{\"name\":\"mod_latest\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LATEST_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_latest\"}','','','',0,'0000-00-00 00:00:00',0,0),(303,0,'mod_logged','module','mod_logged','',1,1,1,0,'{\"name\":\"mod_logged\",\"type\":\"module\",\"creationDate\":\"January 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LOGGED_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_logged\"}','','','',0,'0000-00-00 00:00:00',0,0),(304,0,'mod_login','module','mod_login','',1,1,1,1,'{\"name\":\"mod_login\",\"type\":\"module\",\"creationDate\":\"March 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LOGIN_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_login\"}','','','',0,'0000-00-00 00:00:00',0,0),(305,0,'mod_menu','module','mod_menu','',1,1,1,0,'{\"name\":\"mod_menu\",\"type\":\"module\",\"creationDate\":\"March 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_MENU_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_menu\"}','','','',0,'0000-00-00 00:00:00',0,0),(307,0,'mod_popular','module','mod_popular','',1,1,1,0,'{\"name\":\"mod_popular\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_POPULAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_popular\"}','','','',0,'0000-00-00 00:00:00',0,0),(308,0,'mod_quickicon','module','mod_quickicon','',1,1,1,1,'{\"name\":\"mod_quickicon\",\"type\":\"module\",\"creationDate\":\"Nov 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_QUICKICON_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_quickicon\"}','','','',0,'0000-00-00 00:00:00',0,0),(309,0,'mod_status','module','mod_status','',1,1,1,0,'{\"name\":\"mod_status\",\"type\":\"module\",\"creationDate\":\"Feb 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_STATUS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_status\"}','','','',0,'0000-00-00 00:00:00',0,0),(310,0,'mod_submenu','module','mod_submenu','',1,1,1,0,'{\"name\":\"mod_submenu\",\"type\":\"module\",\"creationDate\":\"Feb 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_SUBMENU_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_submenu\"}','','','',0,'0000-00-00 00:00:00',0,0),(311,0,'mod_title','module','mod_title','',1,1,1,0,'{\"name\":\"mod_title\",\"type\":\"module\",\"creationDate\":\"Nov 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_TITLE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_title\"}','','','',0,'0000-00-00 00:00:00',0,0),(312,0,'mod_toolbar','module','mod_toolbar','',1,1,1,1,'{\"name\":\"mod_toolbar\",\"type\":\"module\",\"creationDate\":\"Nov 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_TOOLBAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_toolbar\"}','','','',0,'0000-00-00 00:00:00',0,0),(313,0,'mod_multilangstatus','module','mod_multilangstatus','',1,1,1,0,'{\"name\":\"mod_multilangstatus\",\"type\":\"module\",\"creationDate\":\"September 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_MULTILANGSTATUS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_multilangstatus\"}','{\"cache\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(314,0,'mod_version','module','mod_version','',1,1,1,0,'{\"name\":\"mod_version\",\"type\":\"module\",\"creationDate\":\"January 2012\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_VERSION_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_version\"}','{\"format\":\"short\",\"product\":\"1\",\"cache\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(315,0,'mod_stats_admin','module','mod_stats_admin','',1,1,1,0,'{\"name\":\"mod_stats_admin\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_STATS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_stats_admin\"}','{\"serverinfo\":\"0\",\"siteinfo\":\"0\",\"counter\":\"0\",\"increase\":\"0\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}','','',0,'0000-00-00 00:00:00',0,0),(316,0,'mod_tags_popular','module','mod_tags_popular','',0,1,1,0,'{\"name\":\"mod_tags_popular\",\"type\":\"module\",\"creationDate\":\"January 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.1.0\",\"description\":\"MOD_TAGS_POPULAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_tags_popular\"}','{\"maximum\":\"5\",\"timeframe\":\"alltime\",\"owncache\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(317,0,'mod_tags_similar','module','mod_tags_similar','',0,1,1,0,'{\"name\":\"mod_tags_similar\",\"type\":\"module\",\"creationDate\":\"January 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.1.0\",\"description\":\"MOD_TAGS_SIMILAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_tags_similar\"}','{\"maximum\":\"5\",\"matchtype\":\"any\",\"owncache\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(318,0,'mod_sampledata','module','mod_sampledata','',1,0,1,0,'{\"name\":\"mod_sampledata\",\"type\":\"module\",\"creationDate\":\"July 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.8.0\",\"description\":\"MOD_SAMPLEDATA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_sampledata\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(400,0,'plg_authentication_gmail','plugin','gmail','authentication',0,0,1,0,'{\"name\":\"plg_authentication_gmail\",\"type\":\"plugin\",\"creationDate\":\"February 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_GMAIL_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"gmail\"}','{\"applysuffix\":\"0\",\"suffix\":\"\",\"verifypeer\":\"1\",\"user_blacklist\":\"\"}','','',0,'0000-00-00 00:00:00',1,0),(401,0,'plg_authentication_joomla','plugin','joomla','authentication',0,1,1,1,'{\"name\":\"plg_authentication_joomla\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_AUTH_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}','','','',0,'0000-00-00 00:00:00',0,0),(402,0,'plg_authentication_ldap','plugin','ldap','authentication',0,0,1,0,'{\"name\":\"plg_authentication_ldap\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_LDAP_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"ldap\"}','{\"host\":\"\",\"port\":\"389\",\"use_ldapV3\":\"0\",\"negotiate_tls\":\"0\",\"no_referrals\":\"0\",\"auth_method\":\"bind\",\"base_dn\":\"\",\"search_string\":\"\",\"users_dn\":\"\",\"username\":\"admin\",\"password\":\"bobby7\",\"ldap_fullname\":\"fullName\",\"ldap_email\":\"mail\",\"ldap_uid\":\"uid\"}','','',0,'0000-00-00 00:00:00',3,0),(403,0,'plg_content_contact','plugin','contact','content',0,1,1,0,'{\"name\":\"plg_content_contact\",\"type\":\"plugin\",\"creationDate\":\"January 2014\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.2\",\"description\":\"PLG_CONTENT_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contact\"}','','','',0,'0000-00-00 00:00:00',1,0),(404,0,'plg_content_emailcloak','plugin','emailcloak','content',0,1,1,0,'{\"name\":\"plg_content_emailcloak\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_EMAILCLOAK_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"emailcloak\"}','{\"mode\":\"1\"}','','',0,'0000-00-00 00:00:00',1,0),(406,0,'plg_content_loadmodule','plugin','loadmodule','content',0,1,1,0,'{\"name\":\"plg_content_loadmodule\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_LOADMODULE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"loadmodule\"}','{\"style\":\"xhtml\"}','','',0,'2011-09-18 15:22:50',0,0),(407,0,'plg_content_pagebreak','plugin','pagebreak','content',0,1,1,0,'{\"name\":\"plg_content_pagebreak\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_PAGEBREAK_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"pagebreak\"}','{\"title\":\"1\",\"multipage_toc\":\"1\",\"showall\":\"1\"}','','',0,'0000-00-00 00:00:00',4,0),(408,0,'plg_content_pagenavigation','plugin','pagenavigation','content',0,1,1,0,'{\"name\":\"plg_content_pagenavigation\",\"type\":\"plugin\",\"creationDate\":\"January 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_PAGENAVIGATION_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"pagenavigation\"}','{\"position\":\"1\"}','','',0,'0000-00-00 00:00:00',5,0),(409,0,'plg_content_vote','plugin','vote','content',0,1,1,0,'{\"name\":\"plg_content_vote\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_VOTE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"vote\"}','','','',0,'0000-00-00 00:00:00',6,0),(410,0,'plg_editors_codemirror','plugin','codemirror','editors',0,1,1,1,'{\"name\":\"plg_editors_codemirror\",\"type\":\"plugin\",\"creationDate\":\"28 March 2011\",\"author\":\"Marijn Haverbeke\",\"copyright\":\"Copyright (C) 2014 - 2017 by Marijn Haverbeke <marijnh@gmail.com> and others\",\"authorEmail\":\"marijnh@gmail.com\",\"authorUrl\":\"http:\\/\\/codemirror.net\\/\",\"version\":\"5.35.0\",\"description\":\"PLG_CODEMIRROR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"codemirror\"}','{\"lineNumbers\":\"1\",\"lineWrapping\":\"1\",\"matchTags\":\"1\",\"matchBrackets\":\"1\",\"marker-gutter\":\"1\",\"autoCloseTags\":\"1\",\"autoCloseBrackets\":\"1\",\"autoFocus\":\"1\",\"theme\":\"default\",\"tabmode\":\"indent\"}','','',0,'0000-00-00 00:00:00',1,0),(411,0,'plg_editors_none','plugin','none','editors',0,1,1,1,'{\"name\":\"plg_editors_none\",\"type\":\"plugin\",\"creationDate\":\"September 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_NONE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"none\"}','','','',0,'0000-00-00 00:00:00',2,0),(412,0,'plg_editors_tinymce','plugin','tinymce','editors',0,1,1,0,'{\"name\":\"plg_editors_tinymce\",\"type\":\"plugin\",\"creationDate\":\"2005-2017\",\"author\":\"Ephox Corporation\",\"copyright\":\"Ephox Corporation\",\"authorEmail\":\"N\\/A\",\"authorUrl\":\"http:\\/\\/www.tinymce.com\",\"version\":\"4.5.8\",\"description\":\"PLG_TINY_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"tinymce\"}','{\"mode\":\"1\",\"skin\":\"0\",\"mobile\":\"0\",\"entity_encoding\":\"raw\",\"lang_mode\":\"1\",\"text_direction\":\"ltr\",\"content_css\":\"1\",\"content_css_custom\":\"\",\"relative_urls\":\"1\",\"newlines\":\"0\",\"invalid_elements\":\"script,applet,iframe\",\"extended_elements\":\"\",\"html_height\":\"550\",\"html_width\":\"750\",\"resizing\":\"1\",\"element_path\":\"1\",\"fonts\":\"1\",\"paste\":\"1\",\"searchreplace\":\"1\",\"insertdate\":\"1\",\"colors\":\"1\",\"table\":\"1\",\"smilies\":\"1\",\"hr\":\"1\",\"link\":\"1\",\"media\":\"1\",\"print\":\"1\",\"directionality\":\"1\",\"fullscreen\":\"1\",\"alignment\":\"1\",\"visualchars\":\"1\",\"visualblocks\":\"1\",\"nonbreaking\":\"1\",\"template\":\"1\",\"blockquote\":\"1\",\"wordcount\":\"1\",\"advlist\":\"1\",\"autosave\":\"1\",\"contextmenu\":\"1\",\"inlinepopups\":\"1\",\"custom_plugin\":\"\",\"custom_button\":\"\"}','','',0,'0000-00-00 00:00:00',3,0),(413,0,'plg_editors-xtd_article','plugin','article','editors-xtd',0,1,1,0,'{\"name\":\"plg_editors-xtd_article\",\"type\":\"plugin\",\"creationDate\":\"October 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_ARTICLE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"article\"}','','','',0,'0000-00-00 00:00:00',1,0),(414,0,'plg_editors-xtd_image','plugin','image','editors-xtd',0,1,1,0,'{\"name\":\"plg_editors-xtd_image\",\"type\":\"plugin\",\"creationDate\":\"August 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_IMAGE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"image\"}','','','',0,'0000-00-00 00:00:00',2,0),(415,0,'plg_editors-xtd_pagebreak','plugin','pagebreak','editors-xtd',0,1,1,0,'{\"name\":\"plg_editors-xtd_pagebreak\",\"type\":\"plugin\",\"creationDate\":\"August 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_EDITORSXTD_PAGEBREAK_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"pagebreak\"}','','','',0,'0000-00-00 00:00:00',3,0),(416,0,'plg_editors-xtd_readmore','plugin','readmore','editors-xtd',0,1,1,0,'{\"name\":\"plg_editors-xtd_readmore\",\"type\":\"plugin\",\"creationDate\":\"March 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_READMORE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"readmore\"}','','','',0,'0000-00-00 00:00:00',4,0),(417,0,'plg_search_categories','plugin','categories','search',0,1,1,0,'{\"name\":\"plg_search_categories\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEARCH_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"categories\"}','{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(418,0,'plg_search_contacts','plugin','contacts','search',0,1,1,0,'{\"name\":\"plg_search_contacts\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEARCH_CONTACTS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contacts\"}','{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(419,0,'plg_search_content','plugin','content','search',0,1,1,0,'{\"name\":\"plg_search_content\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEARCH_CONTENT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"content\"}','{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(420,0,'plg_search_newsfeeds','plugin','newsfeeds','search',0,1,1,0,'{\"name\":\"plg_search_newsfeeds\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEARCH_NEWSFEEDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"newsfeeds\"}','{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(421,0,'plg_search_weblinks','plugin','weblinks','search',0,1,1,0,'{\"name\":\"plg_search_weblinks\",\"type\":\"plugin\",\"creationDate\":\"2017-03-08\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2017 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.6.0\",\"description\":\"PLG_SEARCH_WEBLINKS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"weblinks\"}','{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(422,0,'plg_system_languagefilter','plugin','languagefilter','system',0,0,1,1,'{\"name\":\"plg_system_languagefilter\",\"type\":\"plugin\",\"creationDate\":\"July 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_LANGUAGEFILTER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"languagefilter\"}','','','',0,'0000-00-00 00:00:00',1,0),(423,0,'plg_system_p3p','plugin','p3p','system',0,1,1,0,'{\"name\":\"plg_system_p3p\",\"type\":\"plugin\",\"creationDate\":\"September 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_P3P_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"p3p\"}','{\"headers\":\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"}','','',0,'0000-00-00 00:00:00',2,0),(424,0,'plg_system_cache','plugin','cache','system',0,0,1,1,'{\"name\":\"plg_system_cache\",\"type\":\"plugin\",\"creationDate\":\"February 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CACHE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"cache\"}','{\"browsercache\":\"0\",\"cachetime\":\"15\"}','','',0,'0000-00-00 00:00:00',9,0),(425,0,'plg_system_debug','plugin','debug','system',0,1,1,0,'{\"name\":\"plg_system_debug\",\"type\":\"plugin\",\"creationDate\":\"December 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_DEBUG_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"debug\"}','{\"profile\":\"1\",\"queries\":\"1\",\"memory\":\"1\",\"language_files\":\"1\",\"language_strings\":\"1\",\"strip-first\":\"1\",\"strip-prefix\":\"\",\"strip-suffix\":\"\"}','','',0,'0000-00-00 00:00:00',4,0),(426,0,'plg_system_log','plugin','log','system',0,1,1,1,'{\"name\":\"plg_system_log\",\"type\":\"plugin\",\"creationDate\":\"April 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_LOG_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"log\"}','','','',0,'0000-00-00 00:00:00',5,0),(427,0,'plg_system_redirect','plugin','redirect','system',0,0,1,1,'{\"name\":\"plg_system_redirect\",\"type\":\"plugin\",\"creationDate\":\"April 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_REDIRECT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"redirect\"}','','','',0,'0000-00-00 00:00:00',6,0),(428,0,'plg_system_remember','plugin','remember','system',0,1,1,1,'{\"name\":\"plg_system_remember\",\"type\":\"plugin\",\"creationDate\":\"April 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_REMEMBER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"remember\"}','','','',0,'0000-00-00 00:00:00',7,0),(429,0,'plg_system_sef','plugin','sef','system',0,1,1,0,'{\"name\":\"plg_system_sef\",\"type\":\"plugin\",\"creationDate\":\"December 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEF_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"sef\"}','','','',0,'0000-00-00 00:00:00',8,0),(430,0,'plg_system_logout','plugin','logout','system',0,1,1,1,'{\"name\":\"plg_system_logout\",\"type\":\"plugin\",\"creationDate\":\"April 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_LOGOUT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"logout\"}','','','',0,'0000-00-00 00:00:00',3,0),(431,0,'plg_user_contactcreator','plugin','contactcreator','user',0,0,1,0,'{\"name\":\"plg_user_contactcreator\",\"type\":\"plugin\",\"creationDate\":\"August 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTACTCREATOR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contactcreator\"}','{\"autowebpage\":\"\",\"category\":\"34\",\"autopublish\":\"0\"}','','',0,'0000-00-00 00:00:00',1,0),(432,0,'plg_user_joomla','plugin','joomla','user',0,1,1,0,'{\"name\":\"plg_user_joomla\",\"type\":\"plugin\",\"creationDate\":\"December 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_USER_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}','{\"strong_passwords\":\"1\",\"autoregister\":\"1\"}','','',0,'0000-00-00 00:00:00',2,0),(433,0,'plg_user_profile','plugin','profile','user',0,0,1,0,'{\"name\":\"plg_user_profile\",\"type\":\"plugin\",\"creationDate\":\"January 2008\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_USER_PROFILE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"profile\"}','{\"register-require_address1\":\"1\",\"register-require_address2\":\"1\",\"register-require_city\":\"1\",\"register-require_region\":\"1\",\"register-require_country\":\"1\",\"register-require_postal_code\":\"1\",\"register-require_phone\":\"1\",\"register-require_website\":\"1\",\"register-require_favoritebook\":\"1\",\"register-require_aboutme\":\"1\",\"register-require_tos\":\"1\",\"register-require_dob\":\"1\",\"profile-require_address1\":\"1\",\"profile-require_address2\":\"1\",\"profile-require_city\":\"1\",\"profile-require_region\":\"1\",\"profile-require_country\":\"1\",\"profile-require_postal_code\":\"1\",\"profile-require_phone\":\"1\",\"profile-require_website\":\"1\",\"profile-require_favoritebook\":\"1\",\"profile-require_aboutme\":\"1\",\"profile-require_tos\":\"1\",\"profile-require_dob\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(434,0,'plg_extension_joomla','plugin','joomla','extension',0,1,1,1,'{\"name\":\"plg_extension_joomla\",\"type\":\"plugin\",\"creationDate\":\"May 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_EXTENSION_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}','','','',0,'0000-00-00 00:00:00',1,0),(435,0,'plg_content_joomla','plugin','joomla','content',0,1,1,0,'{\"name\":\"plg_content_joomla\",\"type\":\"plugin\",\"creationDate\":\"November 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}','','','',0,'0000-00-00 00:00:00',0,0),(436,0,'plg_system_languagecode','plugin','languagecode','system',0,0,1,0,'{\"name\":\"plg_system_languagecode\",\"type\":\"plugin\",\"creationDate\":\"November 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_LANGUAGECODE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"languagecode\"}','','','',0,'0000-00-00 00:00:00',10,0),(437,0,'plg_quickicon_joomlaupdate','plugin','joomlaupdate','quickicon',0,1,1,1,'{\"name\":\"plg_quickicon_joomlaupdate\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_QUICKICON_JOOMLAUPDATE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomlaupdate\"}','','','',0,'0000-00-00 00:00:00',0,0),(438,0,'plg_quickicon_extensionupdate','plugin','extensionupdate','quickicon',0,1,1,1,'{\"name\":\"plg_quickicon_extensionupdate\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_QUICKICON_EXTENSIONUPDATE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"extensionupdate\"}','','','',0,'0000-00-00 00:00:00',0,0),(439,0,'plg_captcha_recaptcha','plugin','recaptcha','captcha',0,0,1,0,'{\"name\":\"plg_captcha_recaptcha\",\"type\":\"plugin\",\"creationDate\":\"December 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.4.0\",\"description\":\"PLG_CAPTCHA_RECAPTCHA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"recaptcha\"}','{\"public_key\":\"\",\"private_key\":\"\",\"theme\":\"clean\"}','','',0,'0000-00-00 00:00:00',0,0),(440,0,'plg_system_highlight','plugin','highlight','system',0,1,1,0,'{\"name\":\"plg_system_highlight\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_HIGHLIGHT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"highlight\"}','','','',0,'0000-00-00 00:00:00',7,0),(441,0,'plg_content_finder','plugin','finder','content',0,0,1,0,'{\"name\":\"plg_content_finder\",\"type\":\"plugin\",\"creationDate\":\"December 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_FINDER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"finder\"}','','','',0,'0000-00-00 00:00:00',0,0),(442,0,'plg_finder_categories','plugin','categories','finder',0,1,1,0,'{\"name\":\"plg_finder_categories\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"categories\"}','','','',0,'0000-00-00 00:00:00',1,0),(443,0,'plg_finder_contacts','plugin','contacts','finder',0,1,1,0,'{\"name\":\"plg_finder_contacts\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_CONTACTS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contacts\"}','','','',0,'0000-00-00 00:00:00',2,0),(444,0,'plg_finder_content','plugin','content','finder',0,1,1,0,'{\"name\":\"plg_finder_content\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_CONTENT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"content\"}','','','',0,'0000-00-00 00:00:00',3,0),(445,0,'plg_finder_newsfeeds','plugin','newsfeeds','finder',0,1,1,0,'{\"name\":\"plg_finder_newsfeeds\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_NEWSFEEDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"newsfeeds\"}','','','',0,'0000-00-00 00:00:00',4,0),(446,0,'plg_finder_weblinks','plugin','weblinks','finder',0,1,1,0,'{\"name\":\"plg_finder_weblinks\",\"type\":\"plugin\",\"creationDate\":\"2017-03-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2017 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.6.0\",\"description\":\"PLG_FINDER_WEBLINKS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"weblinks\"}','','','',0,'0000-00-00 00:00:00',5,0),(447,0,'plg_finder_tags','plugin','tags','finder',0,1,1,0,'{\"name\":\"plg_finder_tags\",\"type\":\"plugin\",\"creationDate\":\"February 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_TAGS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"tags\"}','','','',0,'0000-00-00 00:00:00',0,0),(448,0,'plg_twofactorauth_totp','plugin','totp','twofactorauth',0,0,1,0,'{\"name\":\"plg_twofactorauth_totp\",\"type\":\"plugin\",\"creationDate\":\"August 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"PLG_TWOFACTORAUTH_TOTP_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"totp\"}','','','',0,'0000-00-00 00:00:00',0,0),(449,0,'plg_authentication_cookie','plugin','cookie','authentication',0,1,1,0,'{\"name\":\"plg_authentication_cookie\",\"type\":\"plugin\",\"creationDate\":\"July 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_AUTH_COOKIE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"cookie\"}','','','',0,'0000-00-00 00:00:00',0,0),(450,0,'plg_twofactorauth_yubikey','plugin','yubikey','twofactorauth',0,0,1,0,'{\"name\":\"plg_twofactorauth_yubikey\",\"type\":\"plugin\",\"creationDate\":\"September 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"PLG_TWOFACTORAUTH_YUBIKEY_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"yubikey\"}','','','',0,'0000-00-00 00:00:00',0,0),(451,0,'plg_search_tags','plugin','tags','search',0,1,1,0,'{\"name\":\"plg_search_tags\",\"type\":\"plugin\",\"creationDate\":\"March 2014\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEARCH_TAGS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"tags\"}','{\"search_limit\":\"50\",\"show_tagged_items\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(452,0,'plg_system_updatenotification','plugin','updatenotification','system',0,1,1,0,'{\"name\":\"plg_system_updatenotification\",\"type\":\"plugin\",\"creationDate\":\"May 2015\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.5.0\",\"description\":\"PLG_SYSTEM_UPDATENOTIFICATION_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"updatenotification\"}','{\"lastrun\":1558017571}','','',0,'0000-00-00 00:00:00',0,0),(453,0,'plg_editors-xtd_module','plugin','module','editors-xtd',0,1,1,0,'{\"name\":\"plg_editors-xtd_module\",\"type\":\"plugin\",\"creationDate\":\"October 2015\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.5.0\",\"description\":\"PLG_MODULE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"module\"}','','','',0,'0000-00-00 00:00:00',0,0),(454,0,'plg_system_stats','plugin','stats','system',0,1,1,0,'{\"name\":\"plg_system_stats\",\"type\":\"plugin\",\"creationDate\":\"November 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.5.0\",\"description\":\"PLG_SYSTEM_STATS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"stats\"}','{\"mode\":3,\"lastrun\":\"\",\"unique_id\":\"9b75b6a26c8b5a4295eac28e8860cf62f33cc30c\",\"interval\":12}','','',0,'0000-00-00 00:00:00',0,0),(455,0,'plg_installer_packageinstaller','plugin','packageinstaller','installer',0,1,1,1,'{\"name\":\"plg_installer_packageinstaller\",\"type\":\"plugin\",\"creationDate\":\"May 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.6.0\",\"description\":\"PLG_INSTALLER_PACKAGEINSTALLER_PLUGIN_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"packageinstaller\"}','','','',0,'0000-00-00 00:00:00',1,0),(456,0,'PLG_INSTALLER_FOLDERINSTALLER','plugin','folderinstaller','installer',0,1,1,1,'{\"name\":\"PLG_INSTALLER_FOLDERINSTALLER\",\"type\":\"plugin\",\"creationDate\":\"May 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.6.0\",\"description\":\"PLG_INSTALLER_FOLDERINSTALLER_PLUGIN_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"folderinstaller\"}','','','',0,'0000-00-00 00:00:00',2,0),(457,0,'PLG_INSTALLER_URLINSTALLER','plugin','urlinstaller','installer',0,1,1,1,'{\"name\":\"PLG_INSTALLER_URLINSTALLER\",\"type\":\"plugin\",\"creationDate\":\"May 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.6.0\",\"description\":\"PLG_INSTALLER_URLINSTALLER_PLUGIN_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"urlinstaller\"}','','','',0,'0000-00-00 00:00:00',3,0),(458,0,'plg_quickicon_phpversioncheck','plugin','phpversioncheck','quickicon',0,1,1,1,'{\"name\":\"plg_quickicon_phpversioncheck\",\"type\":\"plugin\",\"creationDate\":\"August 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_QUICKICON_PHPVERSIONCHECK_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"phpversioncheck\"}','','','',0,'0000-00-00 00:00:00',0,0),(459,0,'plg_editors-xtd_menu','plugin','menu','editors-xtd',0,1,1,0,'{\"name\":\"plg_editors-xtd_menu\",\"type\":\"plugin\",\"creationDate\":\"August 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_EDITORS-XTD_MENU_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"menu\"}','','','',0,'0000-00-00 00:00:00',0,0),(460,0,'plg_editors-xtd_contact','plugin','contact','editors-xtd',0,1,1,0,'{\"name\":\"plg_editors-xtd_contact\",\"type\":\"plugin\",\"creationDate\":\"October 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_EDITORS-XTD_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contact\"}','','','',0,'0000-00-00 00:00:00',0,0),(461,0,'plg_system_fields','plugin','fields','system',0,1,1,0,'{\"name\":\"plg_system_fields\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_SYSTEM_FIELDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"fields\"}','','','',0,'0000-00-00 00:00:00',0,0),(462,0,'plg_fields_calendar','plugin','calendar','fields',0,1,1,0,'{\"name\":\"plg_fields_calendar\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_CALENDAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"calendar\"}','','','',0,'0000-00-00 00:00:00',0,0),(463,0,'plg_fields_checkboxes','plugin','checkboxes','fields',0,1,1,0,'{\"name\":\"plg_fields_checkboxes\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_CHECKBOXES_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"checkboxes\"}','','','',0,'0000-00-00 00:00:00',0,0),(464,0,'plg_fields_color','plugin','color','fields',0,1,1,0,'{\"name\":\"plg_fields_color\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_COLOR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"color\"}','','','',0,'0000-00-00 00:00:00',0,0),(465,0,'plg_fields_editor','plugin','editor','fields',0,1,1,0,'{\"name\":\"plg_fields_editor\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_EDITOR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"editor\"}','','','',0,'0000-00-00 00:00:00',0,0),(466,0,'plg_fields_imagelist','plugin','imagelist','fields',0,1,1,0,'{\"name\":\"plg_fields_imagelist\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_IMAGELIST_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"imagelist\"}','','','',0,'0000-00-00 00:00:00',0,0),(467,0,'plg_fields_integer','plugin','integer','fields',0,1,1,0,'{\"name\":\"plg_fields_integer\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_INTEGER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"integer\"}','{\"multiple\":\"0\",\"first\":\"1\",\"last\":\"100\",\"step\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(468,0,'plg_fields_list','plugin','list','fields',0,1,1,0,'{\"name\":\"plg_fields_list\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_LIST_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"list\"}','','','',0,'0000-00-00 00:00:00',0,0),(469,0,'plg_fields_media','plugin','media','fields',0,1,1,0,'{\"name\":\"plg_fields_media\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_MEDIA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"media\"}','','','',0,'0000-00-00 00:00:00',0,0),(470,0,'plg_fields_radio','plugin','radio','fields',0,1,1,0,'{\"name\":\"plg_fields_radio\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_RADIO_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"radio\"}','','','',0,'0000-00-00 00:00:00',0,0),(471,0,'plg_fields_sql','plugin','sql','fields',0,1,1,0,'{\"name\":\"plg_fields_sql\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_SQL_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"sql\"}','','','',0,'0000-00-00 00:00:00',0,0),(472,0,'plg_fields_text','plugin','text','fields',0,1,1,0,'{\"name\":\"plg_fields_text\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_TEXT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"text\"}','','','',0,'0000-00-00 00:00:00',0,0),(473,0,'plg_fields_textarea','plugin','textarea','fields',0,1,1,0,'{\"name\":\"plg_fields_textarea\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_TEXTAREA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"textarea\"}','','','',0,'0000-00-00 00:00:00',0,0),(474,0,'plg_fields_url','plugin','url','fields',0,1,1,0,'{\"name\":\"plg_fields_url\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_URL_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"url\"}','','','',0,'0000-00-00 00:00:00',0,0),(475,0,'plg_fields_user','plugin','user','fields',0,1,1,0,'{\"name\":\"plg_fields_user\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_USER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"user\"}','','','',0,'0000-00-00 00:00:00',0,0),(476,0,'plg_fields_usergrouplist','plugin','usergrouplist','fields',0,1,1,0,'{\"name\":\"plg_fields_usergrouplist\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_USERGROUPLIST_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"usergrouplist\"}','','','',0,'0000-00-00 00:00:00',0,0),(477,0,'plg_content_fields','plugin','fields','content',0,1,1,0,'{\"name\":\"plg_content_fields\",\"type\":\"plugin\",\"creationDate\":\"February 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_CONTENT_FIELDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"fields\"}','','','',0,'0000-00-00 00:00:00',0,0),(478,0,'plg_editors-xtd_fields','plugin','fields','editors-xtd',0,1,1,0,'{\"name\":\"plg_editors-xtd_fields\",\"type\":\"plugin\",\"creationDate\":\"February 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_EDITORS-XTD_FIELDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"fields\"}','','','',0,'0000-00-00 00:00:00',0,0),(479,0,'plg_sampledata_blog','plugin','blog','sampledata',0,0,1,0,'{\"name\":\"plg_sampledata_blog\",\"type\":\"plugin\",\"creationDate\":\"July 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.8.0\",\"description\":\"PLG_SAMPLEDATA_BLOG_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"blog\"}','','','',0,'0000-00-00 00:00:00',0,0),(480,0,'plg_system_sessiongc','plugin','sessiongc','system',0,1,1,0,'{\"name\":\"plg_system_sessiongc\",\"type\":\"plugin\",\"creationDate\":\"February 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.8.6\",\"description\":\"PLG_SYSTEM_SESSIONGC_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"sessiongc\"}','','','',0,'0000-00-00 00:00:00',0,0),(504,0,'hathor','template','hathor','',1,1,1,0,'{\"name\":\"hathor\",\"type\":\"template\",\"creationDate\":\"May 2010\",\"author\":\"Andrea Tarr\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"\",\"version\":\"3.0.0\",\"description\":\"TPL_HATHOR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"templateDetails\"}','{\"showSiteName\":\"0\",\"colourChoice\":\"0\",\"boldText\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(507,0,'isis','template','isis','',1,1,1,0,'{\"name\":\"isis\",\"type\":\"template\",\"creationDate\":\"3\\/30\\/2012\",\"author\":\"Kyle Ledbetter\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"\",\"version\":\"1.0\",\"description\":\"TPL_ISIS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"templateDetails\"}','{\"templateColor\":\"\",\"logoFile\":\"\"}','','',0,'0000-00-00 00:00:00',0,0),(600,802,'English (en-GB)','language','en-GB','',0,1,1,1,'{\"name\":\"English (en-GB)\",\"type\":\"language\",\"creationDate\":\"April 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.8.7\",\"description\":\"en-GB site language\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(601,802,'English (en-GB)','language','en-GB','',1,1,1,1,'{\"name\":\"English (en-GB)\",\"type\":\"language\",\"creationDate\":\"April 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.8.7\",\"description\":\"en-GB administrator language\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(700,0,'files_joomla','file','joomla','',0,1,1,1,'{\"name\":\"files_joomla\",\"type\":\"file\",\"creationDate\":\"April 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2018 Open Source Matters. All rights reserved\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.8.7\",\"description\":\"FILES_JOOMLA_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(801,0,'pkg_weblinks','package','pkg_weblinks','',0,1,1,0,'{\"name\":\"pkg_weblinks\",\"type\":\"package\",\"creationDate\":\"2017-03-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2017 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.6.0\",\"description\":\"PKG_WEBLINKS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"pkg_weblinks\"}','','','',0,'0000-00-00 00:00:00',0,0),(802,0,'English (en-GB) Language Pack','package','pkg_en-GB','',0,1,1,1,'{\"name\":\"English (en-GB) Language Pack\",\"type\":\"package\",\"creationDate\":\"April 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.8.7.1\",\"description\":\"en-GB language pack\",\"group\":\"\",\"filename\":\"pkg_en-GB\"}','','','',0,'0000-00-00 00:00:00',0,0),(10000,0,'gandr2','template','gandr2','',0,1,1,0,'{\"name\":\"gandr2\",\"type\":\"template\",\"creationDate\":\"2015-04-15\",\"author\":\"Star Web page\",\"copyright\":\"\",\"authorEmail\":\"\",\"authorUrl\":\"http:\\/\\/www.starwebpage.com\\/\",\"version\":\"1.0\",\"description\":\"Theme for Guttman and Reiter\",\"group\":\"\",\"filename\":\"templateDetails\"}','[]','','',0,'0000-00-00 00:00:00',0,0),(10001,10010,'plg_editors_jce','plugin','jce','editors',0,1,1,0,'{\"name\":\"plg_editors_jce\",\"type\":\"plugin\",\"creationDate\":\"07-05-2019\",\"author\":\"Ryan Demmer\",\"copyright\":\"Copyright (C) 2006 - 2019 Ryan Demmer. All rights reserved\",\"authorEmail\":\"info@joomlacontenteditor.net\",\"authorUrl\":\"http:\\/\\/www.joomlacontenteditor.net\",\"version\":\"2.7.13\",\"description\":\"WF_EDITOR_PLUGIN_DESC\",\"group\":\"\",\"filename\":\"jce\"}','{\"verify_html\":\"1\",\"schema\":\"html4\",\"entity_encoding\":\"raw\",\"keep_nbsp\":\"1\",\"pad_empty_tags\":\"1\",\"cleanup_pluginmode\":\"0\",\"forced_root_block\":\"0\",\"content_style_reset\":\"0\",\"content_css\":\"2\",\"content_css_custom\":\"\",\"body_class\":\"\",\"compress_javascript\":\"1\",\"compress_css\":\"1\",\"compress_gzip\":\"0\",\"use_cookies\":\"1\",\"custom_config\":\"\",\"callback_file\":\"\"}','','',0,'0000-00-00 00:00:00',0,0),(10003,10010,'COM_JCE','component','com_jce','',1,1,0,0,'{\"name\":\"COM_JCE\",\"type\":\"component\",\"creationDate\":\"07-05-2019\",\"author\":\"Ryan Demmer\",\"copyright\":\"Copyright (C) 2006 - 2019 Ryan Demmer. All rights reserved\",\"authorEmail\":\"info@joomlacontenteditor.net\",\"authorUrl\":\"www.joomlacontenteditor.net\",\"version\":\"2.7.13\",\"description\":\"COM_JCE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"jce\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10004,0,'JS FlexSlider','module','mod_js_flexslider','',0,1,0,0,'{\"name\":\"JS FlexSlider\",\"type\":\"module\",\"creationDate\":\"October 2012\",\"author\":\"JoomSpirit\",\"copyright\":\"Copyright 2012 JoomSpirit\",\"authorEmail\":\"contact@joomspirit.com\",\"authorUrl\":\"\",\"version\":\"2.1\",\"description\":\"     \\n    \\t \\n\\t\\t<link rel=\\\"stylesheet\\\" href=\\\"..\\/modules\\/mod_js_flexslider\\/css_admin.css\\\" type=\\\"text\\/css\\\" \\/>\\n\\t\\tThis free module allows you to display a responsive slideshow based on the fexslider JQuery script.\\n\\t\\t\\n\\t\",\"group\":\"\"}','{\"load_jquery\":\"1\",\"pauseOnHover\":\"true\",\"initDelay\":\"0\",\"randomize\":\"false\",\"target\":\"_blank\",\"enable_minheight\":\"no\",\"min_height\":\"380\",\"slide_theme\":\"false\",\"bg_color\":\"#ffffff\",\"theme_shadow\":\"theme-shadow-normal\",\"theme_border\":\"00\",\"theme_border_radius\":\"00\",\"directionNav\":\"default\",\"controlNav\":\"true\",\"positionNav\":\"under\",\"colorNav\":\"dark\",\"colorNavActive\":\"black\",\"transition\":\"fade\",\"direction\":\"horizontal\",\"animSpeed\":\"2000\",\"pauseTime\":\"3500\",\"bg_caption\":\"black\",\"transparency_caption\":\"2\",\"position_caption\":\"bottom\",\"text_align\":\"centered\",\"color_caption\":\"#dddddd\",\"image1alt\":\"\",\"image1cap\":\"\",\"image1customlink\":\"\",\"image2alt\":\"\",\"image2cap\":\"\",\"image2customlink\":\"\",\"image3alt\":\"\",\"image3cap\":\"\",\"image3customlink\":\"\",\"image4alt\":\"\",\"image4cap\":\"\",\"image4customlink\":\"\",\"image5alt\":\"\",\"image5cap\":\"\",\"image5customlink\":\"\",\"image6alt\":\"\",\"image6cap\":\"\",\"image6customlink\":\"\",\"image7alt\":\"\",\"image7cap\":\"\",\"image7customlink\":\"\",\"image8alt\":\"\",\"image8cap\":\"\",\"image8customlink\":\"\",\"image9alt\":\"\",\"image9cap\":\"\",\"image9customlink\":\"\",\"image10alt\":\"\",\"image10cap\":\"\",\"image10customlink\":\"\",\"image11alt\":\"\",\"image11cap\":\"\",\"image11customlink\":\"\",\"image12alt\":\"\",\"image12cap\":\"\",\"image12customlink\":\"\",\"image13alt\":\"\",\"image13cap\":\"\",\"image13customlink\":\"\",\"image14alt\":\"\",\"image14cap\":\"\",\"image14customlink\":\"\",\"image15alt\":\"\",\"image15cap\":\"\",\"image15customlink\":\"\",\"image16alt\":\"\",\"image16cap\":\"\",\"image16customlink\":\"\",\"image17alt\":\"\",\"image17cap\":\"\",\"image17customlink\":\"\",\"image18alt\":\"\",\"image18cap\":\"\",\"image18customlink\":\"\",\"image19alt\":\"\",\"image19cap\":\"\",\"image19customlink\":\"\",\"image20alt\":\"\",\"image20cap\":\"\",\"image20customlink\":\"\",\"image21alt\":\"\",\"image21cap\":\"\",\"image21customlink\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\"}','','',0,'0000-00-00 00:00:00',0,0),(10005,10010,'plg_system_jce','plugin','jce','system',0,1,1,0,'{\"name\":\"plg_system_jce\",\"type\":\"plugin\",\"creationDate\":\"07-05-2019\",\"author\":\"Ryan Demmer\",\"copyright\":\"Copyright (C) 2006 - 2019 Ryan Demmer. All rights reserved\",\"authorEmail\":\"info@joomlacontenteditor.net\",\"authorUrl\":\"http:\\/\\/www.joomlacontenteditor.net\",\"version\":\"2.7.13\",\"description\":\"PLG_SYSTEM_JCE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"jce\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10006,10010,'plg_content_jce','plugin','jce','content',0,1,1,0,'{\"name\":\"plg_content_jce\",\"type\":\"plugin\",\"creationDate\":\"07-05-2019\",\"author\":\"Ryan Demmer\",\"copyright\":\"Copyright (C) 2006 - 2019 Ryan Demmer. All rights reserved\",\"authorEmail\":\"info@joomlacontenteditor.net\",\"authorUrl\":\"http:\\/\\/www.joomlacontenteditor.net\",\"version\":\"2.7.13\",\"description\":\"PLG_CONTENT_JCE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"jce\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10007,10010,'plg_extension_jce','plugin','jce','extension',0,1,1,0,'{\"name\":\"plg_extension_jce\",\"type\":\"plugin\",\"creationDate\":\"07-05-2019\",\"author\":\"Ryan Demmer\",\"copyright\":\"Copyright (C) 2006 - 2019 Ryan Demmer. All rights reserved\",\"authorEmail\":\"info@joomlacontenteditor.net\",\"authorUrl\":\"http:\\/\\/www.joomlacontenteditor.net\",\"version\":\"2.7.13\",\"description\":\"PLG_EXTENSION_JCE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"jce\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10008,10010,'plg_installer_jce','plugin','jce','installer',0,1,1,0,'{\"name\":\"plg_installer_jce\",\"type\":\"plugin\",\"creationDate\":\"07-05-2019\",\"author\":\"Ryan Demmer\",\"copyright\":\"Copyright (C) 2006 - 2019 Ryan Demmer. All rights reserved\",\"authorEmail\":\"info@joomlacontenteditor.net\",\"authorUrl\":\"http:\\/\\/www.joomlacontenteditor.net\",\"version\":\"2.7.13\",\"description\":\"PLG_INSTALLER_JCE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"jce\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10009,10010,'plg_quickicon_jce','plugin','jce','quickicon',0,1,1,0,'{\"name\":\"plg_quickicon_jce\",\"type\":\"plugin\",\"creationDate\":\"07-05-2019\",\"author\":\"Ryan Demmer\",\"copyright\":\"Copyright (C) 2006 - 2019 Ryan Demmer. All rights reserved\",\"authorEmail\":\"info@joomlacontenteditor.net\",\"authorUrl\":\"http:\\/\\/www.joomlacontenteditor.net\",\"version\":\"2.7.13\",\"description\":\"PLG_QUICKICON_JCE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"jce\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10010,0,'PKG_JCE','package','pkg_jce','',0,1,1,0,'{\"name\":\"PKG_JCE\",\"type\":\"package\",\"creationDate\":\"07-05-2019\",\"author\":\"Ryan Demmer\",\"copyright\":\"\",\"authorEmail\":\"\",\"authorUrl\":\"\",\"version\":\"2.7.13\",\"description\":\"PKG_JCE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"pkg_jce\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10011,10010,'plg_fields_mediajce','plugin','mediajce','fields',0,1,1,0,'{\"name\":\"plg_fields_mediajce\",\"type\":\"plugin\",\"creationDate\":\"07-05-2019\",\"author\":\"Ryan Demmer\",\"copyright\":\"Copyright (C) 2006 - 2019 Ryan Demmer. All rights reserved\",\"authorEmail\":\"info@joomlacontenteditor.net\",\"authorUrl\":\"https:\\/\\/www.joomlacontenteditor.net\",\"version\":\"2.7.13\",\"description\":\"PLG_FIELDS_MEDIAJCE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mediajce\"}','[]','','',0,'0000-00-00 00:00:00',0,0);
/*!40000 ALTER TABLE `dsolq_extensions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dsolq_fields`
--

DROP TABLE IF EXISTS `dsolq_fields`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_fields` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `asset_id` int(10) unsigned NOT NULL DEFAULT '0',
  `context` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `group_id` int(10) unsigned NOT NULL DEFAULT '0',
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `label` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `default_value` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'text',
  `note` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `state` tinyint(1) NOT NULL DEFAULT '0',
  `required` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `params` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `fieldparams` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) unsigned NOT NULL DEFAULT '0',
  `access` int(11) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`state`),
  KEY `idx_created_user_id` (`created_user_id`),
  KEY `idx_access` (`access`),
  KEY `idx_context` (`context`(191)),
  KEY `idx_language` (`language`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_fields`
--

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

--
-- Table structure for table `dsolq_fields_categories`
--

DROP TABLE IF EXISTS `dsolq_fields_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_fields_categories` (
  `field_id` int(11) NOT NULL DEFAULT '0',
  `category_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`field_id`,`category_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_fields_categories`
--

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

--
-- Table structure for table `dsolq_fields_groups`
--

DROP TABLE IF EXISTS `dsolq_fields_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_fields_groups` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `asset_id` int(10) unsigned NOT NULL DEFAULT '0',
  `context` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `note` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `state` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `params` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(10) unsigned NOT NULL DEFAULT '0',
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) unsigned NOT NULL DEFAULT '0',
  `access` int(11) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`state`),
  KEY `idx_created_by` (`created_by`),
  KEY `idx_access` (`access`),
  KEY `idx_context` (`context`(191)),
  KEY `idx_language` (`language`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_fields_groups`
--

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

--
-- Table structure for table `dsolq_fields_values`
--

DROP TABLE IF EXISTS `dsolq_fields_values`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_fields_values` (
  `field_id` int(10) unsigned NOT NULL,
  `item_id` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'Allow references to items which have strings as ids, eg. none db systems.',
  `value` text COLLATE utf8mb4_unicode_ci NOT NULL,
  KEY `idx_field_id` (`field_id`),
  KEY `idx_item_id` (`item_id`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_fields_values`
--

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

--
-- Table structure for table `dsolq_finder_filters`
--

DROP TABLE IF EXISTS `dsolq_finder_filters`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_finder_filters` (
  `filter_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL,
  `alias` varchar(255) NOT NULL,
  `state` tinyint(1) NOT NULL DEFAULT '1',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(10) unsigned NOT NULL,
  `created_by_alias` varchar(255) NOT NULL,
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) unsigned NOT NULL DEFAULT '0',
  `checked_out` int(10) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `map_count` int(10) unsigned NOT NULL DEFAULT '0',
  `data` mediumtext NOT NULL,
  `params` longtext,
  PRIMARY KEY (`filter_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_finder_filters`
--

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

--
-- Table structure for table `dsolq_finder_links`
--

DROP TABLE IF EXISTS `dsolq_finder_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_finder_links` (
  `link_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(255) NOT NULL,
  `route` varchar(255) NOT NULL,
  `title` varchar(400) DEFAULT NULL,
  `description` text,
  `indexdate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `md5sum` varchar(32) DEFAULT NULL,
  `published` tinyint(1) NOT NULL DEFAULT '1',
  `state` int(5) DEFAULT '1',
  `access` int(5) DEFAULT '0',
  `language` varchar(8) NOT NULL,
  `publish_start_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_end_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `start_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `end_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `list_price` double unsigned NOT NULL DEFAULT '0',
  `sale_price` double unsigned NOT NULL DEFAULT '0',
  `type_id` int(11) NOT NULL,
  `object` mediumblob NOT NULL,
  PRIMARY KEY (`link_id`),
  KEY `idx_type` (`type_id`),
  KEY `idx_md5` (`md5sum`),
  KEY `idx_url` (`url`(75)),
  KEY `idx_published_list` (`published`,`state`,`access`,`publish_start_date`,`publish_end_date`,`list_price`),
  KEY `idx_published_sale` (`published`,`state`,`access`,`publish_start_date`,`publish_end_date`,`sale_price`),
  KEY `idx_title` (`title`(100))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_finder_links`
--

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

--
-- Table structure for table `dsolq_finder_links_terms0`
--

DROP TABLE IF EXISTS `dsolq_finder_links_terms0`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_finder_links_terms0` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_finder_links_terms0`
--

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

--
-- Table structure for table `dsolq_finder_links_terms1`
--

DROP TABLE IF EXISTS `dsolq_finder_links_terms1`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_finder_links_terms1` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_finder_links_terms1`
--

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

--
-- Table structure for table `dsolq_finder_links_terms2`
--

DROP TABLE IF EXISTS `dsolq_finder_links_terms2`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_finder_links_terms2` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_finder_links_terms2`
--

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

--
-- Table structure for table `dsolq_finder_links_terms3`
--

DROP TABLE IF EXISTS `dsolq_finder_links_terms3`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_finder_links_terms3` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_finder_links_terms3`
--

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

--
-- Table structure for table `dsolq_finder_links_terms4`
--

DROP TABLE IF EXISTS `dsolq_finder_links_terms4`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_finder_links_terms4` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_finder_links_terms4`
--

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

--
-- Table structure for table `dsolq_finder_links_terms5`
--

DROP TABLE IF EXISTS `dsolq_finder_links_terms5`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_finder_links_terms5` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_finder_links_terms5`
--

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

--
-- Table structure for table `dsolq_finder_links_terms6`
--

DROP TABLE IF EXISTS `dsolq_finder_links_terms6`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_finder_links_terms6` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_finder_links_terms6`
--

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

--
-- Table structure for table `dsolq_finder_links_terms7`
--

DROP TABLE IF EXISTS `dsolq_finder_links_terms7`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_finder_links_terms7` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_finder_links_terms7`
--

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

--
-- Table structure for table `dsolq_finder_links_terms8`
--

DROP TABLE IF EXISTS `dsolq_finder_links_terms8`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_finder_links_terms8` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_finder_links_terms8`
--

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

--
-- Table structure for table `dsolq_finder_links_terms9`
--

DROP TABLE IF EXISTS `dsolq_finder_links_terms9`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_finder_links_terms9` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_finder_links_terms9`
--

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

--
-- Table structure for table `dsolq_finder_links_termsa`
--

DROP TABLE IF EXISTS `dsolq_finder_links_termsa`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_finder_links_termsa` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_finder_links_termsa`
--

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

--
-- Table structure for table `dsolq_finder_links_termsb`
--

DROP TABLE IF EXISTS `dsolq_finder_links_termsb`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_finder_links_termsb` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_finder_links_termsb`
--

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

--
-- Table structure for table `dsolq_finder_links_termsc`
--

DROP TABLE IF EXISTS `dsolq_finder_links_termsc`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_finder_links_termsc` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_finder_links_termsc`
--

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

--
-- Table structure for table `dsolq_finder_links_termsd`
--

DROP TABLE IF EXISTS `dsolq_finder_links_termsd`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_finder_links_termsd` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_finder_links_termsd`
--

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

--
-- Table structure for table `dsolq_finder_links_termse`
--

DROP TABLE IF EXISTS `dsolq_finder_links_termse`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_finder_links_termse` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_finder_links_termse`
--

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

--
-- Table structure for table `dsolq_finder_links_termsf`
--

DROP TABLE IF EXISTS `dsolq_finder_links_termsf`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_finder_links_termsf` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_finder_links_termsf`
--

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

--
-- Table structure for table `dsolq_finder_taxonomy`
--

DROP TABLE IF EXISTS `dsolq_finder_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_finder_taxonomy` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `parent_id` int(10) unsigned NOT NULL DEFAULT '0',
  `title` varchar(255) NOT NULL,
  `state` tinyint(1) unsigned NOT NULL DEFAULT '1',
  `access` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `ordering` tinyint(1) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `parent_id` (`parent_id`),
  KEY `state` (`state`),
  KEY `ordering` (`ordering`),
  KEY `access` (`access`),
  KEY `idx_parent_published` (`parent_id`,`state`,`access`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_finder_taxonomy`
--

LOCK TABLES `dsolq_finder_taxonomy` WRITE;
/*!40000 ALTER TABLE `dsolq_finder_taxonomy` DISABLE KEYS */;
INSERT INTO `dsolq_finder_taxonomy` (`id`, `parent_id`, `title`, `state`, `access`, `ordering`) VALUES (1,0,'ROOT',0,0,0);
/*!40000 ALTER TABLE `dsolq_finder_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dsolq_finder_taxonomy_map`
--

DROP TABLE IF EXISTS `dsolq_finder_taxonomy_map`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_finder_taxonomy_map` (
  `link_id` int(10) unsigned NOT NULL,
  `node_id` int(10) unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`node_id`),
  KEY `link_id` (`link_id`),
  KEY `node_id` (`node_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_finder_taxonomy_map`
--

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

--
-- Table structure for table `dsolq_finder_terms`
--

DROP TABLE IF EXISTS `dsolq_finder_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_finder_terms` (
  `term_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `term` varchar(75) NOT NULL,
  `stem` varchar(75) NOT NULL,
  `common` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `phrase` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `weight` float unsigned NOT NULL DEFAULT '0',
  `soundex` varchar(75) NOT NULL,
  `links` int(10) NOT NULL DEFAULT '0',
  `language` char(3) NOT NULL DEFAULT '',
  PRIMARY KEY (`term_id`),
  UNIQUE KEY `idx_term` (`term`),
  KEY `idx_term_phrase` (`term`,`phrase`),
  KEY `idx_stem_phrase` (`stem`,`phrase`),
  KEY `idx_soundex_phrase` (`soundex`,`phrase`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_finder_terms`
--

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

--
-- Table structure for table `dsolq_finder_terms_common`
--

DROP TABLE IF EXISTS `dsolq_finder_terms_common`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_finder_terms_common` (
  `term` varchar(75) NOT NULL,
  `language` varchar(3) NOT NULL,
  KEY `idx_word_lang` (`term`,`language`),
  KEY `idx_lang` (`language`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_finder_terms_common`
--

LOCK TABLES `dsolq_finder_terms_common` WRITE;
/*!40000 ALTER TABLE `dsolq_finder_terms_common` DISABLE KEYS */;
INSERT INTO `dsolq_finder_terms_common` (`term`, `language`) VALUES ('a','en'),('about','en'),('after','en'),('ago','en'),('all','en'),('am','en'),('an','en'),('and','en'),('ani','en'),('any','en'),('are','en'),('aren\'t','en'),('as','en'),('at','en'),('be','en'),('but','en'),('by','en'),('for','en'),('from','en'),('get','en'),('go','en'),('how','en'),('if','en'),('in','en'),('into','en'),('is','en'),('isn\'t','en'),('it','en'),('its','en'),('me','en'),('more','en'),('most','en'),('must','en'),('my','en'),('new','en'),('no','en'),('none','en'),('not','en'),('noth','en'),('nothing','en'),('of','en'),('off','en'),('often','en'),('old','en'),('on','en'),('onc','en'),('once','en'),('onli','en'),('only','en'),('or','en'),('other','en'),('our','en'),('ours','en'),('out','en'),('over','en'),('page','en'),('she','en'),('should','en'),('small','en'),('so','en'),('some','en'),('than','en'),('thank','en'),('that','en'),('the','en'),('their','en'),('theirs','en'),('them','en'),('then','en'),('there','en'),('these','en'),('they','en'),('this','en'),('those','en'),('thus','en'),('time','en'),('times','en'),('to','en'),('too','en'),('true','en'),('under','en'),('until','en'),('up','en'),('upon','en'),('use','en'),('user','en'),('users','en'),('veri','en'),('version','en'),('very','en'),('via','en'),('want','en'),('was','en'),('way','en'),('were','en'),('what','en'),('when','en'),('where','en'),('whi','en'),('which','en'),('who','en'),('whom','en'),('whose','en'),('why','en'),('wide','en'),('will','en'),('with','en'),('within','en'),('without','en'),('would','en'),('yes','en'),('yet','en'),('you','en'),('your','en'),('yours','en');
/*!40000 ALTER TABLE `dsolq_finder_terms_common` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dsolq_finder_tokens`
--

DROP TABLE IF EXISTS `dsolq_finder_tokens`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_finder_tokens` (
  `term` varchar(75) NOT NULL,
  `stem` varchar(75) NOT NULL,
  `common` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `phrase` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `weight` float unsigned NOT NULL DEFAULT '1',
  `context` tinyint(1) unsigned NOT NULL DEFAULT '2',
  `language` char(3) NOT NULL DEFAULT '',
  KEY `idx_word` (`term`),
  KEY `idx_context` (`context`)
) ENGINE=MEMORY DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_finder_tokens`
--

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

--
-- Table structure for table `dsolq_finder_tokens_aggregate`
--

DROP TABLE IF EXISTS `dsolq_finder_tokens_aggregate`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_finder_tokens_aggregate` (
  `term_id` int(10) unsigned NOT NULL,
  `map_suffix` char(1) NOT NULL,
  `term` varchar(75) NOT NULL,
  `stem` varchar(75) NOT NULL,
  `common` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `phrase` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `term_weight` float unsigned NOT NULL,
  `context` tinyint(1) unsigned NOT NULL DEFAULT '2',
  `context_weight` float unsigned NOT NULL,
  `total_weight` float unsigned NOT NULL,
  `language` char(3) NOT NULL DEFAULT '',
  KEY `token` (`term`),
  KEY `keyword_id` (`term_id`)
) ENGINE=MEMORY DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_finder_tokens_aggregate`
--

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

--
-- Table structure for table `dsolq_finder_types`
--

DROP TABLE IF EXISTS `dsolq_finder_types`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_finder_types` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(100) NOT NULL,
  `mime` varchar(100) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `title` (`title`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_finder_types`
--

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

--
-- Table structure for table `dsolq_languages`
--

DROP TABLE IF EXISTS `dsolq_languages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_languages` (
  `lang_id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `asset_id` int(10) unsigned NOT NULL DEFAULT '0',
  `lang_code` char(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
  `title` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
  `title_native` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
  `sef` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
  `image` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` varchar(512) COLLATE utf8mb4_unicode_ci NOT NULL,
  `metakey` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `metadesc` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `sitename` varchar(1024) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `published` int(11) NOT NULL DEFAULT '0',
  `access` int(10) unsigned NOT NULL DEFAULT '0',
  `ordering` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`lang_id`),
  UNIQUE KEY `idx_sef` (`sef`),
  UNIQUE KEY `idx_langcode` (`lang_code`),
  KEY `idx_access` (`access`),
  KEY `idx_ordering` (`ordering`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_languages`
--

LOCK TABLES `dsolq_languages` WRITE;
/*!40000 ALTER TABLE `dsolq_languages` DISABLE KEYS */;
INSERT INTO `dsolq_languages` (`lang_id`, `asset_id`, `lang_code`, `title`, `title_native`, `sef`, `image`, `description`, `metakey`, `metadesc`, `sitename`, `published`, `access`, `ordering`) VALUES (1,0,'en-GB','English (UK)','English (UK)','en','en','','','','',1,1,1);
/*!40000 ALTER TABLE `dsolq_languages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dsolq_menu`
--

DROP TABLE IF EXISTS `dsolq_menu`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_menu` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `menutype` varchar(24) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The type of menu this item belongs to. FK to #__menu_types.menutype',
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The display title of the menu item.',
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT 'The SEF alias of the menu item.',
  `note` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `path` varchar(1024) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The computed path of the menu item based on the alias field.',
  `link` varchar(1024) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The actually link the menu item refers to.',
  `type` varchar(16) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The type of link: Component, URL, Alias, Separator',
  `published` tinyint(4) NOT NULL DEFAULT '0' COMMENT 'The published state of the menu link.',
  `parent_id` int(10) unsigned NOT NULL DEFAULT '1' COMMENT 'The parent menu item in the menu tree.',
  `level` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'The relative level in the tree.',
  `component_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'FK to #__extensions.id',
  `checked_out` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'FK to #__users.id',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT 'The time the menu item was checked out.',
  `browserNav` tinyint(4) NOT NULL DEFAULT '0' COMMENT 'The click behaviour of the link.',
  `access` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'The access level required to view the menu item.',
  `img` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The image of the menu item.',
  `template_style_id` int(10) unsigned NOT NULL DEFAULT '0',
  `params` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'JSON encoded data for the menu item.',
  `lft` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set lft.',
  `rgt` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set rgt.',
  `home` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT 'Indicates if this menu item is the home or default page.',
  `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `client_id` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_client_id_parent_id_alias_language` (`client_id`,`parent_id`,`alias`(100),`language`),
  KEY `idx_componentid` (`component_id`,`menutype`,`published`,`access`),
  KEY `idx_menutype` (`menutype`),
  KEY `idx_left_right` (`lft`,`rgt`),
  KEY `idx_language` (`language`),
  KEY `idx_alias` (`alias`(100)),
  KEY `idx_path` (`path`(100))
) ENGINE=InnoDB AUTO_INCREMENT=166 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_menu`
--

LOCK TABLES `dsolq_menu` WRITE;
/*!40000 ALTER TABLE `dsolq_menu` DISABLE KEYS */;
INSERT INTO `dsolq_menu` (`id`, `menutype`, `title`, `alias`, `note`, `path`, `link`, `type`, `published`, `parent_id`, `level`, `component_id`, `checked_out`, `checked_out_time`, `browserNav`, `access`, `img`, `template_style_id`, `params`, `lft`, `rgt`, `home`, `language`, `client_id`) VALUES (1,'','Menu_Item_Root','root','','','','',1,0,0,0,0,'0000-00-00 00:00:00',0,0,'',0,'',0,85,0,'*',0),(2,'main','com_banners','Banners','','Banners','index.php?option=com_banners','component',1,1,1,4,0,'0000-00-00 00:00:00',0,0,'class:banners',0,'',1,10,0,'*',1),(3,'main','com_banners','Banners','','Banners/Banners','index.php?option=com_banners','component',1,2,2,4,0,'0000-00-00 00:00:00',0,0,'class:banners',0,'',2,3,0,'*',1),(4,'main','com_banners_categories','Categories','','Banners/Categories','index.php?option=com_categories&extension=com_banners','component',1,2,2,6,0,'0000-00-00 00:00:00',0,0,'class:banners-cat',0,'',4,5,0,'*',1),(5,'main','com_banners_clients','Clients','','Banners/Clients','index.php?option=com_banners&view=clients','component',1,2,2,4,0,'0000-00-00 00:00:00',0,0,'class:banners-clients',0,'',6,7,0,'*',1),(6,'main','com_banners_tracks','Tracks','','Banners/Tracks','index.php?option=com_banners&view=tracks','component',1,2,2,4,0,'0000-00-00 00:00:00',0,0,'class:banners-tracks',0,'',8,9,0,'*',1),(7,'main','com_contact','Contacts','','Contacts','index.php?option=com_contact','component',1,1,1,8,0,'0000-00-00 00:00:00',0,0,'class:contact',0,'',33,38,0,'*',1),(8,'main','com_contact_contacts','Contacts','','Contacts/Contacts','index.php?option=com_contact','component',1,7,2,8,0,'0000-00-00 00:00:00',0,0,'class:contact',0,'',34,35,0,'*',1),(9,'main','com_contact_categories','Categories','','Contacts/Categories','index.php?option=com_categories&extension=com_contact','component',1,7,2,6,0,'0000-00-00 00:00:00',0,0,'class:contact-cat',0,'',36,37,0,'*',1),(10,'main','com_messages','Messaging','','Messaging','index.php?option=com_messages','component',1,1,1,15,0,'0000-00-00 00:00:00',0,0,'class:messages',0,'',39,42,0,'*',1),(11,'main','com_messages_add','New Private Message','','Messaging/New Private Message','index.php?option=com_messages&task=message.add','component',1,10,2,15,0,'0000-00-00 00:00:00',0,0,'class:messages-add',0,'',40,41,0,'*',1),(13,'main','com_newsfeeds','News Feeds','','News Feeds','index.php?option=com_newsfeeds','component',1,1,1,17,0,'0000-00-00 00:00:00',0,0,'class:newsfeeds',0,'',43,48,0,'*',1),(14,'main','com_newsfeeds_feeds','Feeds','','News Feeds/Feeds','index.php?option=com_newsfeeds','component',1,13,2,17,0,'0000-00-00 00:00:00',0,0,'class:newsfeeds',0,'',44,45,0,'*',1),(15,'main','com_newsfeeds_categories','Categories','','News Feeds/Categories','index.php?option=com_categories&extension=com_newsfeeds','component',1,13,2,6,0,'0000-00-00 00:00:00',0,0,'class:newsfeeds-cat',0,'',46,47,0,'*',1),(16,'main','com_redirect','Redirect','','Redirect','index.php?option=com_redirect','component',1,1,1,24,0,'0000-00-00 00:00:00',0,0,'class:redirect',0,'',49,50,0,'*',1),(17,'main','com_search','Basic Search','','Basic Search','index.php?option=com_search','component',1,1,1,19,0,'0000-00-00 00:00:00',0,0,'class:search',0,'',51,52,0,'*',1),(21,'main','com_finder','Smart Search','','Smart Search','index.php?option=com_finder','component',1,1,1,27,0,'0000-00-00 00:00:00',0,0,'class:finder',0,'',53,54,0,'*',1),(22,'main','com_joomlaupdate','Joomla! Update','','Joomla! Update','index.php?option=com_joomlaupdate','component',1,1,1,28,0,'0000-00-00 00:00:00',0,0,'class:joomlaupdate',0,'',55,56,0,'*',1),(23,'main','com_tags','Tags','','Tags','index.php?option=com_tags','component',1,1,1,29,0,'0000-00-00 00:00:00',0,1,'class:tags',0,'',57,58,0,'',1),(24,'main','com_postinstall','Post-installation messages','','Post-installation messages','index.php?option=com_postinstall','component',1,1,1,32,0,'0000-00-00 00:00:00',0,1,'class:postinstall',0,'',59,60,0,'*',1),(101,'mainmenu','Home','home','','home','index.php?option=com_content&view=featured','component',1,1,1,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"featured_categories\":[\"\"],\"layout_type\":\"blog\",\"num_leading_articles\":\"1\",\"num_intro_articles\":\"3\",\"num_columns\":\"3\",\"num_links\":\"0\",\"multi_column_order\":\"1\",\"orderby_pri\":\"\",\"orderby_sec\":\"front\",\"order_date\":\"\",\"show_pagination\":\"2\",\"show_pagination_results\":\"1\",\"show_title\":\"0\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_readmore\":\"\",\"show_readmore_title\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"show_feed_link\":\"1\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',11,12,1,'*',0),(107,'mainmenu','Attorneys','attorneys','','attorneys','index.php?option=com_content&view=category&layout=blog&id=8','component',1,1,1,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"layout_type\":\"blog\",\"show_category_heading_title_text\":\"\",\"show_category_title\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_no_articles\":\"\",\"show_subcat_desc\":\"\",\"show_cat_num_articles\":\"\",\"show_cat_tags\":\"\",\"page_subheading\":\"\",\"num_leading_articles\":\"\",\"num_intro_articles\":\"\",\"num_columns\":\"\",\"num_links\":\"\",\"multi_column_order\":\"\",\"show_subcategory_content\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_pagination_results\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_readmore\":\"\",\"show_readmore_title\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',25,26,0,'*',0),(108,'mainmenu','Staff','staff','','staff','index.php?option=com_content&view=category&layout=blog&id=9','component',1,1,1,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"layout_type\":\"blog\",\"show_category_heading_title_text\":\"\",\"show_category_title\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_no_articles\":\"\",\"show_subcat_desc\":\"\",\"show_cat_num_articles\":\"\",\"show_cat_tags\":\"\",\"page_subheading\":\"\",\"num_leading_articles\":\"0\",\"num_intro_articles\":\"\",\"num_columns\":\"2\",\"num_links\":\"\",\"multi_column_order\":\"\",\"show_subcategory_content\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_pagination_results\":\"\",\"show_featured\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_readmore\":\"\",\"show_readmore_title\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"0\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',27,28,0,'*',0),(109,'mainmenu','Map/Directions','map-directions','','map-directions','index.php?option=com_wrapper&view=wrapper','component',1,1,1,2,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"url\":\"http:\\/\\/guttmanandreiter.com\\/map3.html\",\"scrolling\":\"no\",\"width\":\"1000\",\"height\":\"700\",\"height_auto\":\"1\",\"add_scheme\":\"1\",\"frameborder\":\"0\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"0\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',29,30,0,'*',0),(110,'mainmenu','Contact','contact','','contact','index.php?option=com_contact&view=contact&id=1','component',1,1,1,8,0,'0000-00-00 00:00:00',0,1,'',0,'{\"presentation_style\":\"\",\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"show_tags\":\"\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_misc\":\"\",\"show_image\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"show_links\":\"\",\"linka_name\":\"\",\"linkb_name\":\"\",\"linkc_name\":\"\",\"linkd_name\":\"\",\"linke_name\":\"\",\"show_email_form\":\"\",\"show_email_copy\":\"\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',31,32,0,'*',0),(111,'mainmenu','Practice Areas','practice-areas','','practice-areas','','heading',1,1,1,0,0,'0000-00-00 00:00:00',0,1,'',0,'',13,24,0,'*',0),(112,'mainmenu','Collaborative & Family Law','collaborative-family-law','','practice-areas/collaborative-family-law','index.php?option=com_content&view=article&id=4','component',1,111,2,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',14,15,0,'*',0),(113,'mainmenu','Real Estate','real-estate','','practice-areas/real-estate','index.php?option=com_content&view=article&id=5','component',1,111,2,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',16,17,0,'*',0),(114,'mainmenu','Wills & Estates','wills-estates','','practice-areas/wills-estates','index.php?option=com_content&view=article&id=6','component',1,111,2,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',18,19,0,'*',0),(115,'mainmenu','Business & Not For Profit','business-not-for-profit','','practice-areas/business-not-for-profit','index.php?option=com_content&view=article&id=7','component',1,111,2,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',20,21,0,'*',0),(116,'mainmenu','Criminal & DWI Defense','criminal-dwi-defense','','practice-areas/criminal-dwi-defense','index.php?option=com_content&view=article&id=8','component',0,111,2,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',22,23,0,'*',0),(122,'invisiblemenu','Contact Patricia Kannus','contact-patricia-kannus','','contact-patricia-kannus','index.php?option=com_contact&view=contact&id=2','component',1,1,1,8,0,'0000-00-00 00:00:00',0,1,'',0,'{\"presentation_style\":\"\",\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"show_tags\":\"\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_misc\":\"\",\"show_image\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"show_links\":\"\",\"linka_name\":\"\",\"linkb_name\":\"\",\"linkc_name\":\"\",\"linkd_name\":\"\",\"linke_name\":\"\",\"show_email_form\":\"\",\"show_email_copy\":\"\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',61,62,0,'*',0),(123,'invisiblemenu','Contact Debra Hines','contact-debra-hines','','contact-debra-hines','index.php?option=com_contact&view=contact&id=3','component',1,1,1,8,0,'0000-00-00 00:00:00',0,1,'',0,'{\"presentation_style\":\"\",\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"show_tags\":\"\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_misc\":\"\",\"show_image\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"show_links\":\"\",\"linka_name\":\"\",\"linkb_name\":\"\",\"linkc_name\":\"\",\"linkd_name\":\"\",\"linke_name\":\"\",\"show_email_form\":\"\",\"show_email_copy\":\"\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',63,64,0,'*',0),(124,'invisiblemenu','Contact Nancy Pochily','contact-nancy-pochily','','contact-nancy-pochily','index.php?option=com_contact&view=contact&id=4','component',1,1,1,8,0,'0000-00-00 00:00:00',0,1,'',0,'{\"presentation_style\":\"\",\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"show_tags\":\"\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_misc\":\"\",\"show_image\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"show_links\":\"\",\"linka_name\":\"\",\"linkb_name\":\"\",\"linkc_name\":\"\",\"linkd_name\":\"\",\"linke_name\":\"\",\"show_email_form\":\"\",\"show_email_copy\":\"\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',65,66,0,'*',0),(125,'invisiblemenu','Contact Lori Warfield','contact-lori-warfield','','contact-lori-warfield','index.php?option=com_contact&view=contact&id=5','component',1,1,1,8,0,'0000-00-00 00:00:00',0,1,'',0,'{\"presentation_style\":\"\",\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"show_tags\":\"\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_misc\":\"\",\"show_image\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"show_links\":\"\",\"linka_name\":\"\",\"linkb_name\":\"\",\"linkc_name\":\"\",\"linkd_name\":\"\",\"linke_name\":\"\",\"show_email_form\":\"\",\"show_email_copy\":\"\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',67,68,0,'*',0),(146,'main','com_weblinks','com-weblinks','','com-weblinks','index.php?option=com_weblinks','component',1,1,1,21,0,'0000-00-00 00:00:00',0,1,'class:weblinks',0,'{}',69,74,0,'',1),(147,'main','com_weblinks_links','com-weblinks-links','','com-weblinks/com-weblinks-links','index.php?option=com_weblinks','component',1,146,2,21,0,'0000-00-00 00:00:00',0,1,'class:weblinks',0,'{}',70,71,0,'',1),(148,'main','com_weblinks_categories','com-weblinks-categories','','com-weblinks/com-weblinks-categories','index.php?option=com_categories&extension=com_weblinks','component',1,146,2,21,0,'0000-00-00 00:00:00',0,1,'class:weblinks-cat',0,'{}',72,73,0,'',1),(153,'main','com_associations','multilingual-associations','','multilingual-associations','index.php?option=com_associations','component',1,1,1,34,0,'0000-00-00 00:00:00',0,1,'class:associations',0,'{}',75,76,0,'*',1),(162,'main','COM_JCE','com-jce','','com-jce','index.php?option=com_jce','component',1,1,1,10003,0,'0000-00-00 00:00:00',0,1,'components/com_jce/media/img/menu/logo.png',0,'{}',77,84,0,'',1),(163,'main','COM_JCE_MENU_CPANEL','com-jce-menu-cpanel','','com-jce/com-jce-menu-cpanel','index.php?option=com_jce','component',1,162,2,10003,0,'0000-00-00 00:00:00',0,1,'class:component',0,'{}',78,79,0,'',1),(164,'main','COM_JCE_MENU_CONFIG','com-jce-menu-config','','com-jce/com-jce-menu-config','index.php?option=com_jce&view=config','component',1,162,2,10003,0,'0000-00-00 00:00:00',0,1,'class:component',0,'{}',80,81,0,'',1),(165,'main','COM_JCE_MENU_PROFILES','com-jce-menu-profiles','','com-jce/com-jce-menu-profiles','index.php?option=com_jce&view=profiles','component',1,162,2,10003,0,'0000-00-00 00:00:00',0,1,'class:component',0,'{}',82,83,0,'',1);
/*!40000 ALTER TABLE `dsolq_menu` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dsolq_menu_types`
--

DROP TABLE IF EXISTS `dsolq_menu_types`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_menu_types` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `asset_id` int(10) unsigned NOT NULL DEFAULT '0',
  `menutype` varchar(24) COLLATE utf8mb4_unicode_ci NOT NULL,
  `title` varchar(48) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `client_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_menutype` (`menutype`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_menu_types`
--

LOCK TABLES `dsolq_menu_types` WRITE;
/*!40000 ALTER TABLE `dsolq_menu_types` DISABLE KEYS */;
INSERT INTO `dsolq_menu_types` (`id`, `asset_id`, `menutype`, `title`, `description`, `client_id`) VALUES (1,0,'mainmenu','Main Menu','The main menu for the site',0),(2,0,'invisiblemenu','invisiblemenu','invisible menu',0);
/*!40000 ALTER TABLE `dsolq_menu_types` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dsolq_messages`
--

DROP TABLE IF EXISTS `dsolq_messages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_messages` (
  `message_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `user_id_from` int(10) unsigned NOT NULL DEFAULT '0',
  `user_id_to` int(10) unsigned NOT NULL DEFAULT '0',
  `folder_id` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `date_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `state` tinyint(1) NOT NULL DEFAULT '0',
  `priority` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `subject` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `message` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`message_id`),
  KEY `useridto_state` (`user_id_to`,`state`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_messages`
--

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

--
-- Table structure for table `dsolq_messages_cfg`
--

DROP TABLE IF EXISTS `dsolq_messages_cfg`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_messages_cfg` (
  `user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `cfg_name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `cfg_value` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  UNIQUE KEY `idx_user_var_name` (`user_id`,`cfg_name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_messages_cfg`
--

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

--
-- Table structure for table `dsolq_modules`
--

DROP TABLE IF EXISTS `dsolq_modules`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_modules` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `asset_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'FK to the #__assets table.',
  `title` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `note` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `content` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `ordering` int(11) NOT NULL DEFAULT '0',
  `position` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `checked_out` int(10) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `module` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `access` int(10) unsigned NOT NULL DEFAULT '0',
  `showtitle` tinyint(3) unsigned NOT NULL DEFAULT '1',
  `params` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `client_id` tinyint(4) NOT NULL DEFAULT '0',
  `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`),
  KEY `published` (`published`,`access`),
  KEY `newsfeeds` (`module`,`published`),
  KEY `idx_language` (`language`)
) ENGINE=InnoDB AUTO_INCREMENT=90 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_modules`
--

LOCK TABLES `dsolq_modules` WRITE;
/*!40000 ALTER TABLE `dsolq_modules` DISABLE KEYS */;
INSERT INTO `dsolq_modules` (`id`, `asset_id`, `title`, `note`, `content`, `ordering`, `position`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `published`, `module`, `access`, `showtitle`, `params`, `client_id`, `language`) VALUES (1,39,'Main Menu','','',1,'user3',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_menu',1,1,'{\"menutype\":\"mainmenu\",\"base\":\"\",\"startLevel\":\"1\",\"endLevel\":\"0\",\"showAllChildren\":\"1\",\"tag_id\":\"\",\"class_sfx\":\"\",\"window_open\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"_menu\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(2,40,'Login','','',1,'login',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_login',1,1,'',1,'*'),(3,41,'Popular Articles','','',3,'cpanel',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_popular',3,1,'{\"count\":\"5\",\"catid\":\"\",\"user_id\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\",\"automatic_title\":\"1\"}',1,'*'),(4,42,'Recently Added Articles','','',4,'cpanel',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_latest',3,1,'{\"count\":\"5\",\"ordering\":\"c_dsc\",\"catid\":\"\",\"user_id\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\",\"automatic_title\":\"1\"}',1,'*'),(8,43,'Toolbar','','',1,'toolbar',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_toolbar',3,1,'',1,'*'),(9,44,'Quick Icons','','',1,'icon',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_quickicon',3,1,'',1,'*'),(10,45,'Logged-in Users','','',2,'cpanel',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_logged',3,1,'{\"count\":\"5\",\"name\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\",\"automatic_title\":\"1\"}',1,'*'),(12,46,'Admin Menu','','',1,'menu',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_menu',3,1,'{\"layout\":\"\",\"moduleclass_sfx\":\"\",\"shownew\":\"1\",\"showhelp\":\"1\",\"cache\":\"0\"}',1,'*'),(13,47,'Admin Submenu','','',1,'submenu',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_submenu',3,1,'',1,'*'),(14,48,'User Status','','',2,'status',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_status',3,1,'',1,'*'),(15,49,'Title','','',1,'title',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_title',3,1,'',1,'*'),(16,50,'Login Form','','',7,'position-7',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_login',1,1,'{\"greeting\":\"1\",\"name\":\"0\"}',0,'*'),(17,51,'Breadcrumbs','','',1,'position-2',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_breadcrumbs',1,1,'{\"moduleclass_sfx\":\"\",\"showHome\":\"1\",\"homeText\":\"\",\"showComponent\":\"1\",\"separator\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\"}',0,'*'),(79,52,'Multilanguage status','','',1,'status',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_multilangstatus',3,1,'{\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\"}',1,'*'),(86,53,'Joomla Version','','',1,'footer',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_version',3,1,'{\"format\":\"short\",\"product\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\"}',1,'*'),(87,55,'Home Page Slideshow','','',1,'banner1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_js_flexslider',1,0,'{\"load_jquery\":\"1\",\"pauseOnHover\":\"true\",\"initDelay\":\"0\",\"randomize\":\"false\",\"target\":\"_blank\",\"enable_minheight\":\"yes\",\"min_height\":\"300\",\"slide_theme\":\"false\",\"bg_color\":\"#ffffff\",\"theme_shadow\":\"theme-shadow-normal\",\"theme_border\":\"00\",\"theme_border_radius\":\"00\",\"directionNav\":\"default\",\"controlNav\":\"true\",\"positionNav\":\"under\",\"colorNav\":\"dark\",\"colorNavActive\":\"black\",\"transition\":\"fade\",\"direction\":\"horizontal\",\"animSpeed\":\"2000\",\"pauseTime\":\"5500\",\"bg_caption\":\"black\",\"transparency_caption\":\"02\",\"position_caption\":\"bottom\",\"text_align\":\"centered\",\"color_caption\":\"#dddddd\",\"image1\":\"images\\/Slide1.png\",\"image1alt\":\"\",\"image1cap\":\"\",\"image1customlink\":\"\",\"image2\":\"images\\/Slide2.png\",\"image2alt\":\"\",\"image2cap\":\"\",\"image2customlink\":\"\",\"image3\":\"\",\"image3alt\":\"\",\"image3cap\":\"\",\"image3customlink\":\"\",\"image4\":\"\",\"image4alt\":\"\",\"image4cap\":\"\",\"image4customlink\":\"\",\"image5\":\"\",\"image5alt\":\"\",\"image5cap\":\"\",\"image5customlink\":\"\",\"image6\":\"\",\"image6alt\":\"\",\"image6cap\":\"\",\"image6customlink\":\"\",\"image7\":\"\",\"image7alt\":\"\",\"image7cap\":\"\",\"image7customlink\":\"\",\"image8\":\"\",\"image8alt\":\"\",\"image8cap\":\"\",\"image8customlink\":\"\",\"image9\":\"\",\"image9alt\":\"\",\"image9cap\":\"\",\"image9customlink\":\"\",\"image10\":\"\",\"image10alt\":\"\",\"image10cap\":\"\",\"image10customlink\":\"\",\"image11\":\"\",\"image11alt\":\"\",\"image11cap\":\"\",\"image11customlink\":\"\",\"image12\":\"\",\"image12alt\":\"\",\"image12cap\":\"\",\"image12customlink\":\"\",\"image13\":\"\",\"image13alt\":\"\",\"image13cap\":\"\",\"image13customlink\":\"\",\"image14\":\"\",\"image14alt\":\"\",\"image14cap\":\"\",\"image14customlink\":\"\",\"image15\":\"\",\"image15alt\":\"\",\"image15cap\":\"\",\"image15customlink\":\"\",\"image16\":\"\",\"image16alt\":\"\",\"image16cap\":\"\",\"image16customlink\":\"\",\"image17\":\"\",\"image17alt\":\"\",\"image17cap\":\"\",\"image17customlink\":\"\",\"image18\":\"\",\"image18alt\":\"\",\"image18cap\":\"\",\"image18customlink\":\"\",\"image19\":\"\",\"image19alt\":\"\",\"image19cap\":\"\",\"image19customlink\":\"\",\"image20\":\"\",\"image20alt\":\"\",\"image20cap\":\"\",\"image20customlink\":\"\",\"image21\":\"\",\"image21alt\":\"\",\"image21cap\":\"\",\"image21customlink\":\"\",\"imagefolder\":\"-1\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(88,59,'Footer','','<table style=\"width: 100%;\" cellpadding=\"5\">\r\n<tbody>\r\n<tr valign=\"top\">\r\n<td>\r\n<p style=\"text-align: left;\"><strong>Guttman &amp; Reiter<br />Attorneys at Law</strong><br />411 North Tioga Street<br />Ithaca, NY 14850</p>\r\n<p style=\"text-align: left;\">Phone 607-697-0069<br />Fax: 607-272-2350</p>\r\n</td>\r\n<td style=\"width: 66%;\" valign=\"bottom\">Copyright © 2005 -\r\n<script type=\"text/javascript\">document.write(new Date().getFullYear())</script>\r\nby Guttman &amp; Reiter</td>\r\n</tr>\r\n</tbody>\r\n</table>',1,'copyright',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,0,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(89,62,'Contact Header','','<strong><img style=\"margin: 5px 10px 5px 5px; float: left;\" src=\"images/guttmanandreitersign200.png\" alt=\"guttmanandreitersign200\" /><br />Guttman &amp; Reiter<br />Attorneys at Law</strong><br />411 North Tioga Street<br />Ithaca, NY 14850<br /><br /> Phone 607-697-0069<br />Fax: 607-272-2350',1,'banner1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,0,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*');
/*!40000 ALTER TABLE `dsolq_modules` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dsolq_modules_menu`
--

DROP TABLE IF EXISTS `dsolq_modules_menu`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_modules_menu` (
  `moduleid` int(11) NOT NULL DEFAULT '0',
  `menuid` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`moduleid`,`menuid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_modules_menu`
--

LOCK TABLES `dsolq_modules_menu` WRITE;
/*!40000 ALTER TABLE `dsolq_modules_menu` DISABLE KEYS */;
INSERT INTO `dsolq_modules_menu` (`moduleid`, `menuid`) VALUES (1,0),(2,0),(3,0),(4,0),(6,0),(7,0),(8,0),(9,0),(10,0),(12,0),(13,0),(14,0),(15,0),(16,0),(17,0),(79,0),(86,0),(87,101),(88,0),(89,110),(89,122),(89,123),(89,124),(89,125);
/*!40000 ALTER TABLE `dsolq_modules_menu` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dsolq_newsfeeds`
--

DROP TABLE IF EXISTS `dsolq_newsfeeds`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_newsfeeds` (
  `catid` int(11) NOT NULL DEFAULT '0',
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `link` varchar(2048) COLLATE utf8mb4_unicode_ci NOT NULL,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `numarticles` int(10) unsigned NOT NULL DEFAULT '1',
  `cache_time` int(10) unsigned NOT NULL DEFAULT '3600',
  `checked_out` int(10) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `rtl` tinyint(4) NOT NULL DEFAULT '0',
  `access` int(10) unsigned NOT NULL DEFAULT '0',
  `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `params` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(10) unsigned NOT NULL DEFAULT '0',
  `created_by_alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) unsigned NOT NULL DEFAULT '0',
  `metakey` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `metadesc` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `metadata` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `xreference` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `description` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `version` int(10) unsigned NOT NULL DEFAULT '1',
  `hits` int(10) unsigned NOT NULL DEFAULT '0',
  `images` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`published`),
  KEY `idx_catid` (`catid`),
  KEY `idx_createdby` (`created_by`),
  KEY `idx_language` (`language`),
  KEY `idx_xreference` (`xreference`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_newsfeeds`
--

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

--
-- Table structure for table `dsolq_overrider`
--

DROP TABLE IF EXISTS `dsolq_overrider`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_overrider` (
  `id` int(10) NOT NULL AUTO_INCREMENT COMMENT 'Primary Key',
  `constant` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `string` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `file` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_overrider`
--

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

--
-- Table structure for table `dsolq_postinstall_messages`
--

DROP TABLE IF EXISTS `dsolq_postinstall_messages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_postinstall_messages` (
  `postinstall_message_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `extension_id` bigint(20) NOT NULL DEFAULT '700' COMMENT 'FK to #__extensions',
  `title_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'Lang key for the title',
  `description_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'Lang key for description',
  `action_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `language_extension` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'com_postinstall' COMMENT 'Extension holding lang keys',
  `language_client_id` tinyint(3) NOT NULL DEFAULT '1',
  `type` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'link' COMMENT 'Message type - message, link, action',
  `action_file` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT 'RAD URI to the PHP file containing action method',
  `action` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT 'Action method name or URL',
  `condition_file` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'RAD URI to file holding display condition method',
  `condition_method` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'Display condition method, must return boolean',
  `version_introduced` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '3.2.0' COMMENT 'Version when this message was introduced',
  `enabled` tinyint(3) NOT NULL DEFAULT '1',
  PRIMARY KEY (`postinstall_message_id`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_postinstall_messages`
--

LOCK TABLES `dsolq_postinstall_messages` WRITE;
/*!40000 ALTER TABLE `dsolq_postinstall_messages` DISABLE KEYS */;
INSERT INTO `dsolq_postinstall_messages` (`postinstall_message_id`, `extension_id`, `title_key`, `description_key`, `action_key`, `language_extension`, `language_client_id`, `type`, `action_file`, `action`, `condition_file`, `condition_method`, `version_introduced`, `enabled`) VALUES (1,700,'PLG_TWOFACTORAUTH_TOTP_POSTINSTALL_TITLE','PLG_TWOFACTORAUTH_TOTP_POSTINSTALL_BODY','PLG_TWOFACTORAUTH_TOTP_POSTINSTALL_ACTION','plg_twofactorauth_totp',1,'action','site://plugins/twofactorauth/totp/postinstall/actions.php','twofactorauth_postinstall_action','site://plugins/twofactorauth/totp/postinstall/actions.php','twofactorauth_postinstall_condition','3.2.0',0),(2,700,'COM_CPANEL_MSG_EACCELERATOR_TITLE','COM_CPANEL_MSG_EACCELERATOR_BODY','COM_CPANEL_MSG_EACCELERATOR_BUTTON','com_cpanel',1,'action','admin://components/com_admin/postinstall/eaccelerator.php','admin_postinstall_eaccelerator_action','admin://components/com_admin/postinstall/eaccelerator.php','admin_postinstall_eaccelerator_condition','3.2.0',1),(3,700,'COM_CPANEL_WELCOME_BEGINNERS_TITLE','COM_CPANEL_WELCOME_BEGINNERS_MESSAGE','','com_cpanel',1,'message','','','','','3.2.0',0),(5,700,'COM_CPANEL_MSG_HTACCESS_TITLE','COM_CPANEL_MSG_HTACCESS_BODY','','com_cpanel',1,'message','','','admin://components/com_admin/postinstall/htaccess.php','admin_postinstall_htaccess_condition','3.4.0',0),(6,700,'COM_CPANEL_MSG_ROBOTS_TITLE','COM_CPANEL_MSG_ROBOTS_BODY','','com_cpanel',1,'message','','','','','3.3.0',0),(7,700,'COM_CPANEL_MSG_LANGUAGEACCESS340_TITLE','COM_CPANEL_MSG_LANGUAGEACCESS340_BODY','','com_cpanel',1,'message','','','admin://components/com_admin/postinstall/languageaccess340.php','admin_postinstall_languageaccess340_condition','3.4.1',1),(8,700,'COM_CPANEL_MSG_STATS_COLLECTION_TITLE','COM_CPANEL_MSG_STATS_COLLECTION_BODY','','com_cpanel',1,'message','','','admin://components/com_admin/postinstall/statscollection.php','admin_postinstall_statscollection_condition','3.5.0',0),(9,700,'PLG_SYSTEM_UPDATENOTIFICATION_POSTINSTALL_UPDATECACHETIME','PLG_SYSTEM_UPDATENOTIFICATION_POSTINSTALL_UPDATECACHETIME_BODY','PLG_SYSTEM_UPDATENOTIFICATION_POSTINSTALL_UPDATECACHETIME_ACTION','plg_system_updatenotification',1,'action','site://plugins/system/updatenotification/postinstall/updatecachetime.php','updatecachetime_postinstall_action','site://plugins/system/updatenotification/postinstall/updatecachetime.php','updatecachetime_postinstall_condition','3.6.3',1),(10,700,'COM_CPANEL_MSG_JOOMLA40_PRE_CHECKS_TITLE','COM_CPANEL_MSG_JOOMLA40_PRE_CHECKS_BODY','','com_cpanel',1,'message','','','admin://components/com_admin/postinstall/joomla40checks.php','admin_postinstall_joomla40checks_condition','3.7.0',1),(11,700,'TPL_HATHOR_MESSAGE_POSTINSTALL_TITLE','TPL_HATHOR_MESSAGE_POSTINSTALL_BODY','TPL_HATHOR_MESSAGE_POSTINSTALL_ACTION','tpl_hathor',1,'action','admin://templates/hathor/postinstall/hathormessage.php','hathormessage_postinstall_action','admin://templates/hathor/postinstall/hathormessage.php','hathormessage_postinstall_condition','3.7.0',1),(12,700,'PLG_PLG_RECAPTCHA_VERSION_1_POSTINSTALL_TITLE','PLG_PLG_RECAPTCHA_VERSION_1_POSTINSTALL_BODY','PLG_PLG_RECAPTCHA_VERSION_1_POSTINSTALL_ACTION','plg_captcha_recaptcha',1,'action','site://plugins/captcha/recaptcha/postinstall/actions.php','recaptcha_postinstall_action','site://plugins/captcha/recaptcha/postinstall/actions.php','recaptcha_postinstall_condition','3.8.6',1);
/*!40000 ALTER TABLE `dsolq_postinstall_messages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dsolq_redirect_links`
--

DROP TABLE IF EXISTS `dsolq_redirect_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_redirect_links` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `old_url` varchar(2048) COLLATE utf8mb4_unicode_ci NOT NULL,
  `new_url` varchar(2048) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `referer` varchar(2048) COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `hits` int(10) unsigned NOT NULL DEFAULT '0',
  `published` tinyint(4) NOT NULL,
  `created_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `header` smallint(3) NOT NULL DEFAULT '301',
  PRIMARY KEY (`id`),
  KEY `idx_link_modifed` (`modified_date`),
  KEY `idx_old_url` (`old_url`(100))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_redirect_links`
--

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

--
-- Table structure for table `dsolq_schemas`
--

DROP TABLE IF EXISTS `dsolq_schemas`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_schemas` (
  `extension_id` int(11) NOT NULL,
  `version_id` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`extension_id`,`version_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_schemas`
--

LOCK TABLES `dsolq_schemas` WRITE;
/*!40000 ALTER TABLE `dsolq_schemas` DISABLE KEYS */;
INSERT INTO `dsolq_schemas` (`extension_id`, `version_id`) VALUES (21,'3.5.1'),(700,'3.8.6-2018-02-14');
/*!40000 ALTER TABLE `dsolq_schemas` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dsolq_session`
--

DROP TABLE IF EXISTS `dsolq_session`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_session` (
  `session_id` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `client_id` tinyint(3) unsigned DEFAULT NULL,
  `guest` tinyint(4) unsigned DEFAULT '1',
  `time` varchar(14) COLLATE utf8mb4_unicode_ci DEFAULT '',
  `data` longtext COLLATE utf8mb4_unicode_ci,
  `userid` int(11) DEFAULT '0',
  `username` varchar(150) COLLATE utf8mb4_unicode_ci DEFAULT '',
  PRIMARY KEY (`session_id`),
  KEY `userid` (`userid`),
  KEY `time` (`time`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_session`
--

LOCK TABLES `dsolq_session` WRITE;
/*!40000 ALTER TABLE `dsolq_session` DISABLE KEYS */;
INSERT INTO `dsolq_session` (`session_id`, `client_id`, `guest`, `time`, `data`, `userid`, `username`) VALUES ('0t4a1qljer9cif235nnf1liq43',0,1,'1558003963','joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU1ODAwMzk2MztzOjQ6Imxhc3QiO2k6MTU1ODAwMzk2MztzOjM6Im5vdyI7aToxNTU4MDAzOTYzO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6IjM2LjI0OC4xOS4yNDYiO31zOjU6InRva2VuIjtzOjMyOiJRRjNUZXY1Nlh3RFQ0aktlT3VNS2ZFR055Q1NkOWoyZSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('0uci0ndpoqmkv93ckn8ra8id64',0,1,'1558019527','joomla|s:824:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU1ODAxOTUyNztzOjQ6Imxhc3QiO2k6MTU1ODAxOTUyNztzOjM6Im5vdyI7aToxNTU4MDE5NTI3O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjYwLjE5MS4zOC43NyI7fXM6NToidG9rZW4iO3M6MzI6Im1oS1lQRmYxNWdXWWNGMU15ZGdnSWpNMFgxTjlIZEh1Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),('1gn6s1nlq5kerrk9lesugdmsn7',0,1,'1558003943','joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU1ODAwMzk0MjtzOjQ6Imxhc3QiO2k6MTU1ODAwMzk0MjtzOjM6Im5vdyI7aToxNTU4MDAzOTQyO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6Ijk1LjE2My4yNTUuMjE2Ijt9czo1OiJ0b2tlbiI7czozMjoiQnR0MzdEUno0Y1pNVW1ZdHIxeEhsRHJHWk5UVWwxNk8iO31zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),('1jfeum607bmnn99rsd1vkgdi25',0,1,'1558014526','joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU1ODAxNDUyNjtzOjQ6Imxhc3QiO2k6MTU1ODAxNDUyNjtzOjM6Im5vdyI7aToxNTU4MDE0NTI2O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6IjY2LjI0OS43My4yMTUiO31zOjU6InRva2VuIjtzOjMyOiJ0UTdpazAxaFQ4WW9KUEFPUTE3UkpZclg2RnJOT2czQiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('20enmnqukbpaabhvd5uvs4rle6',0,1,'1558014588','joomla|s:760:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU1ODAxNDU4ODtzOjQ6Imxhc3QiO2k6MTU1ODAxNDU4ODtzOjM6Im5vdyI7aToxNTU4MDE0NTg4O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjE5Mi4yMzIuMjIzLjY2Ijt9fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('2uhv6pcpaifh2ndd7iukloj2d6',0,1,'1558009679','joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU1ODAwOTY3OTtzOjQ6Imxhc3QiO2k6MTU1ODAwOTY3OTtzOjM6Im5vdyI7aToxNTU4MDA5Njc5O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6IjQwLjc3LjE2Ny4xNDYiO31zOjU6InRva2VuIjtzOjMyOiIzbXJRRTh3Nnd2ZG9KR0duNTZVaVNmVTJUSWxJZE9TdCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('2usdq713lu1ss84ghkvp999at0',0,1,'1558016359','joomla|s:760:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU1ODAxNjM1ODtzOjQ6Imxhc3QiO2k6MTU1ODAxNjM1ODtzOjM6Im5vdyI7aToxNTU4MDE2MzU4O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjE5Mi4yMzIuMjIzLjY2Ijt9fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('4a8fub8kdf9c8gej6gr8ofqit2',0,1,'1558024407','joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU1ODAyNDQwNjtzOjQ6Imxhc3QiO2k6MTU1ODAyNDQwNjtzOjM6Im5vdyI7aToxNTU4MDI0NDA2O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjE5Mi4yMzIuMjIzLjY2Ijt9czo1OiJ0b2tlbiI7czozMjoibUtQeFdEalpNT0xOUVpYWjJBcmpiRE5rWFNPbWM4OFoiO31zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),('4ssh9cveimaamc4v4303shmlq1',0,1,'1558015617','joomla|s:824:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU1ODAxNTYxNjtzOjQ6Imxhc3QiO2k6MTU1ODAxNTYxNjtzOjM6Im5vdyI7aToxNTU4MDE1NjE2O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjY2LjI0OS43My45MSI7fXM6NToidG9rZW4iO3M6MzI6InhrbEhCMEdUZnRicDZhbzQ1Vk02c25Tb09Wbk9sTHBiIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),('5amumsp1crfmpi1eui1bjr1i41',0,1,'1558003962','joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU1ODAwMzk2MjtzOjQ6Imxhc3QiO2k6MTU1ODAwMzk2MjtzOjM6Im5vdyI7aToxNTU4MDAzOTYyO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6IjM2LjI0OC4xOS4yNDYiO31zOjU6InRva2VuIjtzOjMyOiJqN3dUNzhCaUt0WmxIYUJLemFYM3JTek5VNDZwczE1bCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('603mu6033hf7fbtc4ffeqa3683',0,1,'1558003963','joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU1ODAwMzk2MztzOjQ6Imxhc3QiO2k6MTU1ODAwMzk2MztzOjM6Im5vdyI7aToxNTU4MDAzOTYzO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6IjM2LjI0OC4xOS4yNDYiO31zOjU6InRva2VuIjtzOjMyOiJNRW1DSDJJY2NBcm4zQVZBWVNvaEhGQTA5S1NaenppOSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('6ovuf5qu206j4e0ia06a5gn486',0,1,'1558016526','joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU1ODAxNjUyNTtzOjQ6Imxhc3QiO2k6MTU1ODAxNjUyNTtzOjM6Im5vdyI7aToxNTU4MDE2NTI1O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTU6IjE4OC4xNjUuMjE4LjExOCI7fXM6NToidG9rZW4iO3M6MzI6IlREcGY2OFhuc1FqSVkzYjIyUFdSWnJxTVZmcjlqYnkyIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),('6susk1iv18ulsl9n47eet9vvt5',0,1,'1558010832','joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU1ODAxMDgzMjtzOjQ6Imxhc3QiO2k6MTU1ODAxMDgzMjtzOjM6Im5vdyI7aToxNTU4MDEwODMyO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6IjY2LjI0OS45MC4xODEiO31zOjU6InRva2VuIjtzOjMyOiJITlJtcHk3eEdocUp0eUxndVNHNzA1WkFyMU92OVpVdCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('76klo0rm1ev7uis3efbjqpe0a3',0,1,'1558009852','joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU1ODAwOTg1MTtzOjQ6Imxhc3QiO2k6MTU1ODAwOTg1MTtzOjM6Im5vdyI7aToxNTU4MDA5ODUxO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjE5Mi4yMzIuMjIzLjY2Ijt9czo1OiJ0b2tlbiI7czozMjoiNWtaQ2RqZm90SEVGaGhPT29KcEdpeUNiYzdac1JjMFUiO31zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),('79766e06896ca6bdfb2773eed6511014',0,1,'1558027181','joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU1ODAyNzE4MTtzOjQ6Imxhc3QiO2k6MTU1ODAyNzE4MTtzOjM6Im5vdyI7aToxNTU4MDI3MTgxO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6IjIwNy40Ni4xMy4xMjAiO31zOjU6InRva2VuIjtzOjMyOiJjT2ZVR3RjTW4wejlCRjJ1amFQSHBTRkJkbWttS0ZkcSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('7mr3ounc1g4poufe2i2qqm6sv5',0,1,'1558014594','joomla|s:760:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU1ODAxNDU5MztzOjQ6Imxhc3QiO2k6MTU1ODAxNDU5MztzOjM6Im5vdyI7aToxNTU4MDE0NTkzO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjE5Mi4yMzIuMjIzLjY2Ijt9fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('863fed046f6029d5f1dfbd573a36feda',0,1,'1558027229','joomla|s:824:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aTo4O3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU1ODAyNzA5MTtzOjQ6Imxhc3QiO2k6MTU1ODAyNzE3MTtzOjM6Im5vdyI7aToxNTU4MDI3MjI5O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6Ijc0Ljc5LjI1Mi40NyI7fXM6NToidG9rZW4iO3M6MzI6IlFTMjNDQzJmOUV5UXpQSUszdHJBVlcxZmNTWVlhYUl4Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),('9ca4h6a7f80vc6h3hp0n943fk1',0,1,'1558014599','joomla|s:760:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU1ODAxNDU5OTtzOjQ6Imxhc3QiO2k6MTU1ODAxNDU5OTtzOjM6Im5vdyI7aToxNTU4MDE0NTk5O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjE5Mi4yMzIuMjIzLjY2Ijt9fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('9q0fv2q8i17rt3eblbp2d6r730',0,1,'1558021914','joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU1ODAyMTkxNDtzOjQ6Imxhc3QiO2k6MTU1ODAyMTkxNDtzOjM6Im5vdyI7aToxNTU4MDIxOTE0O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjE5Mi4yMzIuMjIzLjY2Ijt9czo1OiJ0b2tlbiI7czozMjoiNWJIOFFUUXZSbDdJWU1mN3ROVDJuWDdnSkQ4QXAyMUYiO31zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),('a0pe9h6mblhgvkppu05cc2h077',0,1,'1558018548','joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU1ODAxODU0ODtzOjQ6Imxhc3QiO2k6MTU1ODAxODU0ODtzOjM6Im5vdyI7aToxNTU4MDE4NTQ4O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6IjY2LjI0OS43My4yMTMiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),('afpieherjt90j1a04k229t3n53',0,1,'1558004639','joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxNjtzOjU6InRpbWVyIjtPOjg6InN0ZENsYXNzIjozOntzOjU6InN0YXJ0IjtpOjE1NTgwMDMxODg7czo0OiJsYXN0IjtpOjE1NTgwMDQ1OTg7czozOiJub3ciO2k6MTU1ODAwNDYzOTt9czo2OiJjbGllbnQiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiZm9yd2FyZGVkIjtzOjEzOiIzNS4yMjkuNDAuMTQzIjt9czo1OiJ0b2tlbiI7czozMjoiSlpzTzJ6cHFoQ3VNQjRrRnU1OWE0VnpjN2ZxNDByN2IiO31zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),('bqij3g1lmlm21kd1mo7mbeoh94',0,1,'1558014254','joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU1ODAxNDI1NDtzOjQ6Imxhc3QiO2k6MTU1ODAxNDI1NDtzOjM6Im5vdyI7aToxNTU4MDE0MjU0O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6IjY2LjI0OS43My4yMTEiO31zOjU6InRva2VuIjtzOjMyOiJBS2lzNWR5ZTg1TW5qT1h4QnVmRmtla0Z0TElUNTNHMyI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('e9hve165c5trh8rslgc8nl7mp6',0,1,'1558003963','joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU1ODAwMzk2MjtzOjQ6Imxhc3QiO2k6MTU1ODAwMzk2MjtzOjM6Im5vdyI7aToxNTU4MDAzOTYyO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6IjM2LjI0OC4xOS4yNDYiO31zOjU6InRva2VuIjtzOjMyOiJsVGhpTlNrd2kxa2xSVmNsb1lZblh1QnBlRzBBVjZQVSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('el1pue5ihlvds5rarbn0e97ej2',0,1,'1558011938','joomla|s:760:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU1ODAxMTkzNztzOjQ6Imxhc3QiO2k6MTU1ODAxMTkzNztzOjM6Im5vdyI7aToxNTU4MDExOTM3O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjE5Mi4yMzIuMjIzLjY2Ijt9fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('erjbjanq499icr3ocjrjqdk5s2',0,1,'1558010833','joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU1ODAxMDgzMztzOjQ6Imxhc3QiO2k6MTU1ODAxMDgzMztzOjM6Im5vdyI7aToxNTU4MDEwODMzO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjE5Mi4yMzIuMjIzLjY2Ijt9czo1OiJ0b2tlbiI7czozMjoiYUdiMlZXbFI3aGVJSTFBQWt3aDRJWDhCSVFGTHpMTjkiO31zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),('f47b2msai02nacftepjfuvgu72',0,1,'1558003962','joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU1ODAwMzk2MjtzOjQ6Imxhc3QiO2k6MTU1ODAwMzk2MjtzOjM6Im5vdyI7aToxNTU4MDAzOTYyO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6IjM2LjI0OC4xOS4yNDYiO31zOjU6InRva2VuIjtzOjMyOiJ2ckhpNG9nSER5eFdxTzR1bkoyQktKeVNiWGFEdGxhdCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('fj4tfq3rglmenl5vs4mf66cqp3',0,1,'1558022342','joomla|s:1016:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aTo0O3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU1ODAyMjIwODtzOjQ6Imxhc3QiO2k6MTU1ODAyMjM0MTtzOjM6Im5vdyI7aToxNTU4MDIyMzQxO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjE5Mi4yMzIuMjIzLjY2Ijt9czo1OiJ0b2tlbiI7czozMjoiU1lFeDlKdzI4UHM1YkJpdnBvREpVT29yU280TUNkZHIiO31zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MTp7czoxMToiY29tX2NvbnRhY3QiO086ODoic3RkQ2xhc3MiOjE6e3M6NzoiY29udGFjdCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjtOO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9czoxMToiYXBwbGljYXRpb24iO086ODoic3RkQ2xhc3MiOjE6e3M6NToicXVldWUiO2E6MDp7fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('gaobtt3jpkiemffs0q0ltctff1',0,1,'1558003938','joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU1ODAwMzkzNztzOjQ6Imxhc3QiO2k6MTU1ODAwMzkzNztzOjM6Im5vdyI7aToxNTU4MDAzOTM3O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6IjM2LjI0OC4xOS4yNDYiO31zOjU6InRva2VuIjtzOjMyOiJoVFBZR0FiQkNyd2YySDRkbXA3VXd0V1FXbkxzam40OCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('hqfccu2qk50imv6f31nlm4dee4',0,1,'1558023130','joomla|s:824:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU1ODAyMzEyNDtzOjQ6Imxhc3QiO2k6MTU1ODAyMzEyNDtzOjM6Im5vdyI7aToxNTU4MDIzMTMwO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6Ijc0Ljc5LjI1Mi40NyI7fXM6NToidG9rZW4iO3M6MzI6IjRrdnRpYjNFVnJnT1ZiQ1JEQ3dDbXVkM3NjRjZ3bjBkIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),('i9sapjikjf41ml22uvank4f8t2',0,1,'1558007509','joomla|s:760:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU1ODAwNzUwODtzOjQ6Imxhc3QiO2k6MTU1ODAwNzUwODtzOjM6Im5vdyI7aToxNTU4MDA3NTA4O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjE5Mi4yMzIuMjIzLjY2Ijt9fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('idpk9koru2qp3fdo0poe08ona1',0,1,'1558009297','joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aTo1O3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU1ODAwODczNDtzOjQ6Imxhc3QiO2k6MTU1ODAwOTIyODtzOjM6Im5vdyI7aToxNTU4MDA5Mjk3O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjE3NC4yMjAuMTEuMTEzIjt9czo1OiJ0b2tlbiI7czozMjoiVDJ1R2hUT2dZQnhtaTdXMG1OR3VZZEQwMUtyNU92bGwiO31zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),('joig90nrsf1rekg55qnba02tv7',0,1,'1558003963','joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU1ODAwMzk2MjtzOjQ6Imxhc3QiO2k6MTU1ODAwMzk2MjtzOjM6Im5vdyI7aToxNTU4MDAzOTYyO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6IjM2LjI0OC4xOS4yNDYiO31zOjU6InRva2VuIjtzOjMyOiI4TXgwTU0wdDJmdzFOTlJENUFTd2JXV3ZveTlJWnhrcCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('ju2vne0fjp3gh7lfe10u2j6t46',0,1,'1558014464','joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU1ODAxNDQ2NDtzOjQ6Imxhc3QiO2k6MTU1ODAxNDQ2NDtzOjM6Im5vdyI7aToxNTU4MDE0NDY0O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6IjY2LjI0OS43My4yMTEiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),('jvf5ouvlo4kkh7tsmgst5fpoa2',0,1,'1558009348','joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU1ODAwOTM0ODtzOjQ6Imxhc3QiO2k6MTU1ODAwOTM0ODtzOjM6Im5vdyI7aToxNTU4MDA5MzQ4O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjY2LjI0OS43My44NyI7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),('k82meusiop69pujhoupbq3jcs4',0,1,'1558004646','joomla|s:824:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU1ODAwNDY0NjtzOjQ6Imxhc3QiO2k6MTU1ODAwNDY0NjtzOjM6Im5vdyI7aToxNTU4MDA0NjQ2O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjY2LjI0OS43My44NyI7fXM6NToidG9rZW4iO3M6MzI6InBsSjlXWExWWFZmeTNabGsxS1Vjbm56WEZvRVJ0U1hvIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),('kqb9o47jd9sv871eku9n49c4r4',1,0,'1558027077','joomla|s:1460:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToyMDtzOjU6InRpbWVyIjtPOjg6InN0ZENsYXNzIjozOntzOjU6InN0YXJ0IjtpOjE1NTgwMjY4MDU7czo0OiJsYXN0IjtpOjE1NTgwMjcwNzY7czozOiJub3ciO2k6MTU1ODAyNzA3Nzt9czo2OiJjbGllbnQiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiZm9yd2FyZGVkIjtzOjEyOiI3NC43OS4yNTIuNDciO31zOjU6InRva2VuIjtzOjMyOiJsVzlsREdCcEI0N1lTY2prR0dTVFZZeGdRUVNaSVdFaCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoyOntzOjEzOiJjb21faW5zdGFsbGVyIjtPOjg6InN0ZENsYXNzIjoyOntzOjc6Im1lc3NhZ2UiO3M6MDoiIjtzOjE3OiJleHRlbnNpb25fbWVzc2FnZSI7czowOiIiO31zOjExOiJjb21fY29udGVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo4OiJhcnRpY2xlcyI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo2OiJmaWx0ZXIiO2E6NTp7czo2OiJzZWFyY2giO3M6MDoiIjtzOjk6InB1Ymxpc2hlZCI7czowOiIiO3M6MTE6ImNhdGVnb3J5X2lkIjthOjI6e2k6MDtzOjE6IjgiO2k6MTtzOjE6IjkiO31zOjg6Imxhbmd1YWdlIjtzOjA6IiI7czo1OiJsZXZlbCI7czowOiIiO31zOjQ6Imxpc3QiO2E6Mjp7czoxMjoiZnVsbG9yZGVyaW5nIjtzOjk6ImEuaWQgREVTQyI7czo1OiJsaW1pdCI7czoyOiIyMCI7fXM6MTA6ImxpbWl0c3RhcnQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtzOjM6IjQ1MSI7fXM6MTE6ImFwcGxpY2F0aW9uIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6InF1ZXVlIjthOjA6e319fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',451,'dveaner'),('neil1inn349lvpdgsdqo4fus84',0,1,'1558023545','joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU1ODAyMzU0MTtzOjQ6Imxhc3QiO2k6MTU1ODAyMzU0MTtzOjM6Im5vdyI7aToxNTU4MDIzNTQ1O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjE5Mi4yMzIuMjIzLjY2Ijt9czo1OiJ0b2tlbiI7czozMjoiSThKWGpzOEVBU3VXVWdyNUlEcUpDQ2NhRGFuNVlRdVYiO31zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),('nh1oi580n4lbs04mnt48r9ti72',0,1,'1558003963','joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU1ODAwMzk2MztzOjQ6Imxhc3QiO2k6MTU1ODAwMzk2MztzOjM6Im5vdyI7aToxNTU4MDAzOTYzO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6IjM2LjI0OC4xOS4yNDYiO31zOjU6InRva2VuIjtzOjMyOiJqdjJYRWIyekI1aDZLSnoyTkdPeks4YTF3eWRLSVlldyI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('nt6ul1o85hc4b7ljlrjcpq3554',0,1,'1558017572','joomla|s:952:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU1ODAxNzU3MTtzOjQ6Imxhc3QiO2k6MTU1ODAxNzU3MTtzOjM6Im5vdyI7aToxNTU4MDE3NTcxO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjE5Mi4yMzIuMjIzLjY2Ijt9czo1OiJ0b2tlbiI7czozMjoiSExFNzdyZnJySTZtRW94ZXE5eXhWNEtMWEd0UUN3cHUiO31zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MTp7czoxMzoiY29tX2luc3RhbGxlciI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJtZXNzYWdlIjtzOjA6IiI7czoxNzoiZXh0ZW5zaW9uX21lc3NhZ2UiO3M6MDoiIjt9fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),('o2lqda8ja2c847efkr1oo69ub3',0,1,'1558005859','joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU1ODAwNTg1OTtzOjQ6Imxhc3QiO2k6MTU1ODAwNTg1OTtzOjM6Im5vdyI7aToxNTU4MDA1ODU5O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijk0LjE5OC41MS4yNDIiO31zOjU6InRva2VuIjtzOjMyOiJXeWxraGtwbnRPVkxzdTZvUTFzeFRDRDZkZEVUZmVUNSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('p2jhskvnd6ro2to4m9g64qcsk6',0,1,'1558023657','joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU1ODAyMzY1NztzOjQ6Imxhc3QiO2k6MTU1ODAyMzY1NztzOjM6Im5vdyI7aToxNTU4MDIzNjU3O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjE5Mi4yMzIuMjIzLjY2Ijt9czo1OiJ0b2tlbiI7czozMjoiVWFqam1BUmNYcEI5QkpNVVZ6SUJGREJnMGN2amU1VE8iO31zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),('s4kfa1kaf5ln8jvb0p0der0g23',0,1,'1558016168','joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU1ODAxNjE2ODtzOjQ6Imxhc3QiO2k6MTU1ODAxNjE2ODtzOjM6Im5vdyI7aToxNTU4MDE2MTY4O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjE5Mi4yMzIuMjIzLjY2Ijt9czo1OiJ0b2tlbiI7czozMjoiM1EwOG5QazVkekVZQTZoVkFpVWloRnFqSzFRbGpXd1IiO31zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),('tdgplqqvnsbbq6319i98vo1cj0',0,1,'1558022207','joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU1ODAyMjIwNjtzOjQ6Imxhc3QiO2k6MTU1ODAyMjIwNjtzOjM6Im5vdyI7aToxNTU4MDIyMjA2O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjE5Mi4yMzIuMjIzLjY2Ijt9czo1OiJ0b2tlbiI7czozMjoiV2ZqelhQeVd3ejBLV0JId1ZPUnhxWFBMSXM5U3MwbEgiO31zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),('uiu1u5homjejgdtf11v96cbfo3',0,1,'1558017668','joomla|s:824:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU1ODAxNzY2ODtzOjQ6Imxhc3QiO2k6MTU1ODAxNzY2ODtzOjM6Im5vdyI7aToxNTU4MDE3NjY4O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjYwLjE5MS4zOC43NyI7fXM6NToidG9rZW4iO3M6MzI6Im1McXg3R25lRDVjc25yVUtDNHpSTVg2VHJvT1Nhak05Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),('vens18lv894nscdbv51nm3cvg5',0,1,'1558003962','joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU1ODAwMzk2MTtzOjQ6Imxhc3QiO2k6MTU1ODAwMzk2MTtzOjM6Im5vdyI7aToxNTU4MDAzOTYxO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6IjM2LjI0OC4xOS4yNDYiO31zOjU6InRva2VuIjtzOjMyOiJRUEFMMENEZFVUWDlHMUlGOE1LZUxYTlZJR0NxRVVXUiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,'');
/*!40000 ALTER TABLE `dsolq_session` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dsolq_tags`
--

DROP TABLE IF EXISTS `dsolq_tags`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_tags` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `parent_id` int(10) unsigned NOT NULL DEFAULT '0',
  `lft` int(11) NOT NULL DEFAULT '0',
  `rgt` int(11) NOT NULL DEFAULT '0',
  `level` int(10) unsigned NOT NULL DEFAULT '0',
  `path` varchar(400) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `note` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `access` int(10) unsigned NOT NULL DEFAULT '0',
  `params` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `metadesc` varchar(1024) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The meta description for the page.',
  `metakey` varchar(1024) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The meta keywords for the page.',
  `metadata` varchar(2048) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'JSON encoded metadata properties.',
  `created_user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by_alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `modified_user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `images` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `urls` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `hits` int(10) unsigned NOT NULL DEFAULT '0',
  `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL,
  `version` int(10) unsigned NOT NULL DEFAULT '1',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `tag_idx` (`published`,`access`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_left_right` (`lft`,`rgt`),
  KEY `idx_language` (`language`),
  KEY `idx_path` (`path`(100)),
  KEY `idx_alias` (`alias`(100))
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_tags`
--

LOCK TABLES `dsolq_tags` WRITE;
/*!40000 ALTER TABLE `dsolq_tags` DISABLE KEYS */;
INSERT INTO `dsolq_tags` (`id`, `parent_id`, `lft`, `rgt`, `level`, `path`, `title`, `alias`, `note`, `description`, `published`, `checked_out`, `checked_out_time`, `access`, `params`, `metadesc`, `metakey`, `metadata`, `created_user_id`, `created_time`, `created_by_alias`, `modified_user_id`, `modified_time`, `images`, `urls`, `hits`, `language`, `version`, `publish_up`, `publish_down`) VALUES (1,0,0,1,0,'','ROOT','root','','',1,0,'0000-00-00 00:00:00',1,'','','','',0,'2011-01-01 00:00:01','',0,'0000-00-00 00:00:00','','',0,'*',1,'0000-00-00 00:00:00','0000-00-00 00:00:00');
/*!40000 ALTER TABLE `dsolq_tags` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dsolq_template_styles`
--

DROP TABLE IF EXISTS `dsolq_template_styles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_template_styles` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `template` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `client_id` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `home` char(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0',
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `params` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_template` (`template`),
  KEY `idx_home` (`home`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_template_styles`
--

LOCK TABLES `dsolq_template_styles` WRITE;
/*!40000 ALTER TABLE `dsolq_template_styles` DISABLE KEYS */;
INSERT INTO `dsolq_template_styles` (`id`, `template`, `client_id`, `home`, `title`, `params`) VALUES (5,'hathor',1,'0','Hathor - Default','{\"showSiteName\":\"0\",\"colourChoice\":\"\",\"boldText\":\"0\"}'),(8,'isis',1,'1','isis - Default','{\"templateColor\":\"\",\"logoFile\":\"\"}'),(9,'gandr2',0,'1','gandr2 - Default','{\"siteTitle\":\"Guttman & Reiter\",\"siteSlogan\":\"Attorneys at Law\"}');
/*!40000 ALTER TABLE `dsolq_template_styles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dsolq_ucm_base`
--

DROP TABLE IF EXISTS `dsolq_ucm_base`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_ucm_base` (
  `ucm_id` int(10) unsigned NOT NULL,
  `ucm_item_id` int(10) NOT NULL,
  `ucm_type_id` int(11) NOT NULL,
  `ucm_language_id` int(11) NOT NULL,
  PRIMARY KEY (`ucm_id`),
  KEY `idx_ucm_item_id` (`ucm_item_id`),
  KEY `idx_ucm_type_id` (`ucm_type_id`),
  KEY `idx_ucm_language_id` (`ucm_language_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_ucm_base`
--

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

--
-- Table structure for table `dsolq_ucm_content`
--

DROP TABLE IF EXISTS `dsolq_ucm_content`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_ucm_content` (
  `core_content_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `core_type_alias` varchar(400) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'FK to the content types table',
  `core_title` varchar(400) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `core_alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `core_body` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `core_state` tinyint(1) NOT NULL DEFAULT '0',
  `core_checked_out_time` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0000-00-00 00:00:00',
  `core_checked_out_user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `core_access` int(10) unsigned NOT NULL DEFAULT '0',
  `core_params` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `core_featured` tinyint(4) unsigned NOT NULL DEFAULT '0',
  `core_metadata` varchar(2048) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'JSON encoded metadata properties.',
  `core_created_user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `core_created_by_alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `core_created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `core_modified_user_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Most recent user that modified',
  `core_modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `core_language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `core_publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `core_publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `core_content_item_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'ID from the individual type table',
  `asset_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'FK to the #__assets table.',
  `core_images` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `core_urls` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `core_hits` int(10) unsigned NOT NULL DEFAULT '0',
  `core_version` int(10) unsigned NOT NULL DEFAULT '1',
  `core_ordering` int(11) NOT NULL DEFAULT '0',
  `core_metakey` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `core_metadesc` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `core_catid` int(10) unsigned NOT NULL DEFAULT '0',
  `core_xreference` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'A reference to enable linkages to external data sets.',
  `core_type_id` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`core_content_id`),
  KEY `tag_idx` (`core_state`,`core_access`),
  KEY `idx_access` (`core_access`),
  KEY `idx_language` (`core_language`),
  KEY `idx_modified_time` (`core_modified_time`),
  KEY `idx_created_time` (`core_created_time`),
  KEY `idx_core_modified_user_id` (`core_modified_user_id`),
  KEY `idx_core_checked_out_user_id` (`core_checked_out_user_id`),
  KEY `idx_core_created_user_id` (`core_created_user_id`),
  KEY `idx_core_type_id` (`core_type_id`),
  KEY `idx_alias` (`core_alias`(100)),
  KEY `idx_title` (`core_title`(100)),
  KEY `idx_content_type` (`core_type_alias`(100))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Contains core content data in name spaced fields';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_ucm_content`
--

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

--
-- Table structure for table `dsolq_ucm_history`
--

DROP TABLE IF EXISTS `dsolq_ucm_history`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_ucm_history` (
  `version_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `ucm_item_id` int(10) unsigned NOT NULL,
  `ucm_type_id` int(10) unsigned NOT NULL,
  `version_note` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'Optional version name',
  `save_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `editor_user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `character_count` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Number of characters in this version.',
  `sha1_hash` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'SHA1 hash of the version_data column.',
  `version_data` longtext COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'json-encoded string of version data',
  `keep_forever` tinyint(4) NOT NULL DEFAULT '0' COMMENT '0=auto delete; 1=keep',
  PRIMARY KEY (`version_id`),
  KEY `idx_ucm_item_id` (`ucm_type_id`,`ucm_item_id`),
  KEY `idx_save_date` (`save_date`)
) ENGINE=InnoDB AUTO_INCREMENT=94 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_ucm_history`
--

LOCK TABLES `dsolq_ucm_history` WRITE;
/*!40000 ALTER TABLE `dsolq_ucm_history` DISABLE KEYS */;
INSERT INTO `dsolq_ucm_history` (`version_id`, `ucm_item_id`, `ucm_type_id`, `version_note`, `save_date`, `editor_user_id`, `character_count`, `sha1_hash`, `version_data`, `keep_forever`) VALUES (1,8,6,'','2015-02-03 19:57:22',451,519,'de6f259abfdd4cb90f8a3b483818fa8d3793a66a','{\"id\":8,\"asset_id\":56,\"parent_id\":\"1\",\"lft\":\"13\",\"rgt\":14,\"level\":1,\"path\":null,\"extension\":\"com_content\",\"title\":\"Attorneys\",\"alias\":\"attorneys\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":null,\"checked_out_time\":null,\"access\":\"1\",\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\"}\",\"metadesc\":\"\",\"metakey\":\"\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"451\",\"created_time\":\"2015-02-03 19:57:22\",\"modified_user_id\":null,\"modified_time\":null,\"hits\":\"0\",\"language\":\"*\",\"version\":null}',0),(2,9,6,'','2015-02-03 19:57:49',451,511,'598209999a82f47254687488f39f89e7cb22c922','{\"id\":9,\"asset_id\":57,\"parent_id\":\"1\",\"lft\":\"15\",\"rgt\":16,\"level\":1,\"path\":null,\"extension\":\"com_content\",\"title\":\"Staff\",\"alias\":\"staff\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":null,\"checked_out_time\":null,\"access\":\"1\",\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\"}\",\"metadesc\":\"\",\"metakey\":\"\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"451\",\"created_time\":\"2015-02-03 19:57:49\",\"modified_user_id\":null,\"modified_time\":null,\"hits\":\"0\",\"language\":\"*\",\"version\":null}',0),(4,1,3,'','2015-02-03 20:01:37',451,1630,'56d8a15fd65d7577b22fef5f259f944f854b2f20','{\"id\":1,\"name\":\"Contact Us\",\"alias\":\"contact-us\",\"con_position\":\"\",\"address\":\"\",\"suburb\":\"\",\"state\":\"\",\"country\":\"\",\"postcode\":\"\",\"telephone\":\"\",\"fax\":\"\",\"misc\":\"\",\"image\":\"\",\"email_to\":\"lori@guttmanandreiter.com\",\"default_con\":0,\"published\":\"1\",\"checked_out\":null,\"checked_out_time\":null,\"ordering\":1,\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"\\\",\\\"presentation_style\\\":\\\"plain\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"\\\",\\\"show_street_address\\\":\\\"\\\",\\\"show_suburb\\\":\\\"\\\",\\\"show_state\\\":\\\"\\\",\\\"show_postcode\\\":\\\"\\\",\\\"show_country\\\":\\\"\\\",\\\"show_telephone\\\":\\\"\\\",\\\"show_mobile\\\":\\\"\\\",\\\"show_fax\\\":\\\"\\\",\\\"show_webpage\\\":\\\"\\\",\\\"show_misc\\\":\\\"\\\",\\\"show_image\\\":\\\"\\\",\\\"allow_vcard\\\":\\\"\\\",\\\"show_articles\\\":\\\"\\\",\\\"show_profile\\\":\\\"\\\",\\\"show_links\\\":\\\"\\\",\\\"linka_name\\\":\\\"\\\",\\\"linka\\\":false,\\\"linkb_name\\\":\\\"\\\",\\\"linkb\\\":false,\\\"linkc_name\\\":\\\"\\\",\\\"linkc\\\":false,\\\"linkd_name\\\":\\\"\\\",\\\"linkd\\\":false,\\\"linke_name\\\":\\\"\\\",\\\"linke\\\":\\\"\\\",\\\"contact_layout\\\":\\\"\\\",\\\"show_email_form\\\":\\\"1\\\",\\\"show_email_copy\\\":\\\"1\\\",\\\"banned_email\\\":\\\"\\\",\\\"banned_subject\\\":\\\"\\\",\\\"banned_text\\\":\\\"\\\",\\\"validate_session\\\":\\\"\\\",\\\"custom_reply\\\":\\\"\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":\"\",\"catid\":\"4\",\"access\":\"1\",\"mobile\":\"\",\"webpage\":\"\",\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2015-02-03 20:01:37\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"\",\"modified_by\":null,\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"xreference\":\"\",\"publish_up\":\"0000-00-00 00:00:00\",\"publish_down\":\"0000-00-00 00:00:00\",\"version\":1,\"hits\":null}',0),(5,2,1,'','2015-02-03 20:12:17',451,2855,'1bcb207c45e6f9ee2c5e0cd7bcb23b85fbb6cb2f','{\"id\":2,\"asset_id\":60,\"title\":\"Charles J. Guttman, ESQ.\",\"alias\":\"charles-j-guttman-esq\",\"introtext\":\"Charles Guttman has practiced law in Ithaca, NY, since 1976. He served as City Attorney for the City of Ithaca from 1990 through 1995. He is one of the founding members and is currently the President of the Ithaca Area Collaborative Law Professionals (IACLP).<br \\/><br \\/>Chuck has served on the Board of Directors of numerous not-for-profit agencies and is currently on the Boards of Hospicare and Palliative Care Services of Tompkins County (continuously since 1988), Community Housing of Ithaca (CHI), and the Fingerlakes Grassroots Festival.<br \\/><br \\/>Chuck\'s practice includes many areas of the law including matrimonial and family law, real estate, wills, trusts and estates, small business, not-for-profit corporations, and municipal law. Chuck brings years of experience in these areas.<br \\/><br \\/>Chuck is aware that issues such as matrimonial or family issues, buying or selling a house, or estate planning or administration, are significant life changing events. He attempts to provide the necessary information to his clients, to listen to what the client is saying, to help the client make appropriate well-reasoned choices and decisions, and to meet the client\'s goals.\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2015-02-03 20:12:17\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"\",\"modified_by\":null,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2015-02-03 20:12:17\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":1,\"ordering\":null,\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":null,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(6,3,1,'','2015-02-03 20:13:19',451,3162,'93808dccc3522e9f02adda24af6209fae0d2fe86','{\"id\":3,\"asset_id\":61,\"title\":\"Elizabeth A. Reiter \",\"alias\":\"elizabeth-a-reiter\",\"introtext\":\"Elizabeth A. Reiter (Beth), a partner in the firm, maintains a broad practice with a strong focus on family and matrimonial law.\\u00a0 Her other areas of practice include business and commercial law, real estate, land use planning and zoning, elder law and guardianship, landlord\\/tenant law, general litigation, appeals, and criminal defense (DWI\\/DWAI).<br \\/><br \\/>Prior to joining the firm, Beth worked as a legal consultant with the Cornell University Industrial &amp; Labor Relations School, performing research and developing curriculum for the Employment and Disabilities Institute.\\u00a0 Beth served as Senior Appellate Court Attorney for the New York Appellate Division, Fourth Department in Rochester, New York, and began her legal career as an associate at Alston &amp; Bird, LLP, handling corporate and business transactions for technology and health care companies.<br \\/><br \\/>Beth\\u2019s clients praise her responsiveness, hard work, and self-composure.\\u00a0 Her successful pre-trial settlement strategies, particularly in the realm of family law, help clients through the stressful stages of life-changing events. \\u00a0<br \\/><br \\/>Beth received her law degree from SUNY Buffalo, School of Law, summa cum laude, in 1999, where she served as Editor-in-Chief of the <span style=\\\"text-decoration: underline;\\\">Buffalo Law Review<\\/span>.\\u00a0\\u00a0 She is a member of the New York State Bar Association and serves on the Board of Directors of the YMCA of Ithaca and Tompkins County.\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2015-02-03 20:13:19\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"\",\"modified_by\":null,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2015-02-03 20:13:19\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":1,\"ordering\":null,\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":null,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(7,2,1,'','2015-02-03 20:13:30',451,2893,'71e6b77c21a2eff633607f092cb41f7b316acbf7','{\"id\":2,\"asset_id\":\"60\",\"title\":\"Charles J. Guttman, ESQ.\",\"alias\":\"charles-j-guttman-esq\",\"introtext\":\"Charles Guttman has practiced law in Ithaca, NY, since 1976. He served as City Attorney for the City of Ithaca from 1990 through 1995. He is one of the founding members and is currently the President of the Ithaca Area Collaborative Law Professionals (IACLP).<br \\/><br \\/>Chuck has served on the Board of Directors of numerous not-for-profit agencies and is currently on the Boards of Hospicare and Palliative Care Services of Tompkins County (continuously since 1988), Community Housing of Ithaca (CHI), and the Fingerlakes Grassroots Festival.<br \\/><br \\/>Chuck\'s practice includes many areas of the law including matrimonial and family law, real estate, wills, trusts and estates, small business, not-for-profit corporations, and municipal law. Chuck brings years of experience in these areas.<br \\/><br \\/>Chuck is aware that issues such as matrimonial or family issues, buying or selling a house, or estate planning or administration, are significant life changing events. He attempts to provide the necessary information to his clients, to listen to what the client is saying, to help the client make appropriate well-reasoned choices and decisions, and to meet the client\'s goals.\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2015-02-03 20:12:17\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-02-03 20:13:30\",\"modified_by\":\"451\",\"checked_out\":\"451\",\"checked_out_time\":\"2015-02-03 20:13:22\",\"publish_up\":\"2015-02-03 20:12:17\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":2,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(8,1,1,'','2015-02-03 20:18:01',451,1901,'16689ae3975cc3bff0653ad56c7a77d44387c20b','{\"id\":1,\"asset_id\":\"58\",\"title\":\"Home Page\",\"alias\":\"home-page\",\"introtext\":\"<p>\\u00a0<\\/p>\\r\\n<table style=\\\"width: 100%;\\\" cellpadding=\\\"5\\\">\\r\\n<tbody>\\r\\n<tr valign=\\\"top\\\">\\r\\n<td style=\\\"width: 50%;\\\">x<\\/td>\\r\\n<td>x<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2015-02-03 19:58:20\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-02-03 20:18:01\",\"modified_by\":\"451\",\"checked_out\":\"451\",\"checked_out_time\":\"2015-02-03 20:16:50\",\"publish_up\":\"2015-02-03 19:58:20\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":2,\"ordering\":\"1\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"1\",\"language\":\"*\",\"xreference\":\"\"}',0),(9,4,1,'','2015-02-03 20:39:21',451,1671,'1830c2d16c10600985f80d34de0d36646e895754','{\"id\":4,\"asset_id\":63,\"title\":\"Collaborative & Family Law\",\"alias\":\"collaborative-family-law\",\"introtext\":\"\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2015-02-03 20:39:21\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"\",\"modified_by\":null,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2015-02-03 20:39:21\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":1,\"ordering\":null,\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":null,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(10,5,1,'','2015-02-03 20:39:32',451,1643,'9b06ff1b8069c0ff082b276bc75eac3053ad8b5b','{\"id\":5,\"asset_id\":64,\"title\":\"Real Estate\",\"alias\":\"real-estate\",\"introtext\":\"\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2015-02-03 20:39:32\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"\",\"modified_by\":null,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2015-02-03 20:39:32\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":1,\"ordering\":null,\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":null,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(11,6,1,'','2015-02-03 20:39:45',451,1649,'7df845042fe89f824391de480f90e3350997da4f','{\"id\":6,\"asset_id\":65,\"title\":\"Wills & Estates\",\"alias\":\"wills-estates\",\"introtext\":\"\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2015-02-03 20:39:45\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"\",\"modified_by\":null,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2015-02-03 20:39:45\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":1,\"ordering\":null,\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":null,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(12,7,1,'','2015-02-03 20:39:55',451,1669,'429ea84fd02ff578d7e625b1a10fe76106e567a3','{\"id\":7,\"asset_id\":66,\"title\":\"Business & Not For Profit\",\"alias\":\"business-not-for-profit\",\"introtext\":\"\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2015-02-03 20:39:55\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"\",\"modified_by\":null,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2015-02-03 20:39:55\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":1,\"ordering\":null,\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":null,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(13,8,1,'','2015-02-03 20:40:05',451,1663,'0049761158b1493b0aa46e2a894288b34ff90cab','{\"id\":8,\"asset_id\":67,\"title\":\"Criminal & DWI Defense\",\"alias\":\"criminal-dwi-defense\",\"introtext\":\"\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2015-02-03 20:40:05\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"\",\"modified_by\":null,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2015-02-03 20:40:05\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":1,\"ordering\":null,\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":null,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(14,2,1,'','2015-04-11 15:28:23',451,2997,'881d3af636ccbd974d380fd7e6aa82b824b43a78','{\"id\":2,\"asset_id\":\"60\",\"title\":\"Charles J. Guttman, ESQ.\",\"alias\":\"charles-j-guttman-esq\",\"introtext\":\"<img style=\\\"margin: 5px; float: left;\\\" src=\\\"images\\/guttman_240x300.jpg\\\" alt=\\\"guttman 240x300\\\" \\/>Charles Guttman has practiced law in Ithaca, NY, since 1976. He served as City Attorney for the City of Ithaca from 1990 through 1995. He is one of the founding members and is currently the President of the Ithaca Area Collaborative Law Professionals (IACLP).<br \\/><br \\/>Chuck has served on the Board of Directors of numerous not-for-profit agencies and is currently on the Boards of Hospicare and Palliative Care Services of Tompkins County (continuously since 1988), Community Housing of Ithaca (CHI), and the Fingerlakes Grassroots Festival.<br \\/><br \\/>Chuck\'s practice includes many areas of the law including matrimonial and family law, real estate, wills, trusts and estates, small business, not-for-profit corporations, and municipal law. Chuck brings years of experience in these areas.<br \\/><br \\/>Chuck is aware that issues such as matrimonial or family issues, buying or selling a house, or estate planning or administration, are significant life changing events. He attempts to provide the necessary information to his clients, to listen to what the client is saying, to help the client make appropriate well-reasoned choices and decisions, and to meet the client\'s goals.\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2015-02-03 20:12:17\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-04-11 15:28:23\",\"modified_by\":\"451\",\"checked_out\":\"451\",\"checked_out_time\":\"2015-04-11 15:27:11\",\"publish_up\":\"2015-02-03 20:12:17\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":3,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(15,3,1,'','2015-04-11 15:30:17',451,3302,'2ed789693934fb9c1adcca488424b3080be59d4d','{\"id\":3,\"asset_id\":\"61\",\"title\":\"Elizabeth A. Reiter \",\"alias\":\"elizabeth-a-reiter\",\"introtext\":\"<img style=\\\"margin: 5px; float: left;\\\" src=\\\"images\\/reiter_240x300.jpg\\\" alt=\\\"reiter 240x300\\\" \\/>Elizabeth A. Reiter (Beth), a partner in the firm, maintains a broad practice with a strong focus on family and matrimonial law.&nbsp; Her other areas of practice include business and commercial law, real estate, land use planning and zoning, elder law and guardianship, landlord\\/tenant law, general litigation, appeals, and criminal defense (DWI\\/DWAI).<br \\/><br \\/>Prior to joining the firm, Beth worked as a legal consultant with the Cornell University Industrial &amp; Labor Relations School, performing research and developing curriculum for the Employment and Disabilities Institute.&nbsp; Beth served as Senior Appellate Court Attorney for the New York Appellate Division, Fourth Department in Rochester, New York, and began her legal career as an associate at Alston &amp; Bird, LLP, handling corporate and business transactions for technology and health care companies.<br \\/><br \\/>Beth\\u2019s clients praise her responsiveness, hard work, and self-composure.&nbsp; Her successful pre-trial settlement strategies, particularly in the realm of family law, help clients through the stressful stages of life-changing events. &nbsp;<br \\/><br \\/>Beth received her law degree from SUNY Buffalo, School of Law, summa cum laude, in 1999, where she served as Editor-in-Chief of the <span style=\\\"text-decoration: underline;\\\">Buffalo Law Review<\\/span>.&nbsp;&nbsp; She is a member of the New York State Bar Association and serves on the Board of Directors of the YMCA of Ithaca and Tompkins County.\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2015-02-03 20:13:19\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-04-11 15:30:17\",\"modified_by\":\"451\",\"checked_out\":\"451\",\"checked_out_time\":\"2015-04-11 15:29:45\",\"publish_up\":\"2015-02-03 20:13:19\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":2,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(16,9,1,'','2015-04-11 15:42:43',451,3842,'24cf07276262239ad881e9b070b2c997f0134914','{\"id\":9,\"asset_id\":68,\"title\":\"Veronica E. Santana-Fr\\u00f6s\\u00e9n\",\"alias\":\"veronica-e-santana-froesen\",\"introtext\":\"<img style=\\\"margin: 5px; float: left;\\\" alt=\\\"vfrosen240x300\\\" src=\\\"images\\/vfrosen240x300.jpg\\\" \\/>Veronica E. Santana-Fr\\u00f6s\\u00e9n is an associate attorney with Guttman &amp; Reiter. Mrs. Santana-Fr\\u00f6s\\u00e9n has experience in criminal defense, family law litigation, real estate transactions and disputes, trademark matters, business organizations and nonprofit formation, immigration law and removal defense, and basic estate planning. Her love for the courtroom and savvy advocacy provide each and one of her clients with aggressive and dedicated legal representation.<br \\/><br \\/>Mrs. Santana-Fr\\u00f6s\\u00e9n teaches Legal Environment of Business among other courses for the Legal Studies program of the School of Business at Ithaca College. Additionally, she is an active member of the Academy of Legal Studies in Business, the New York State Bar Association, the Finger Lakes Women\'s Bar Association and the Tompkins County Bar Association.<br \\/><br \\/>As a law graduate, Mrs. Santana-Fr\\u00f6s\\u00e9n was awarded a fellowship position with the Justice Action Center of New York Law School. As a component of the graduate fellowship, she worked with Moskowitz, Book and Walsh, LLP in the areas of real estate and employment discrimination.<br \\/><br \\/>While in law school, Mrs. Santana-Fr\\u00f6s\\u00e9n gained experience as a Legal Advocacy Fellow for a non-profit organization to advocate for domestic violence victims. She successfully obtained VAWA and U-Visa status for a number of clients as well as advocated for clients to obtain housing, resolve criminal issues, and navigate social security matters. Mrs. Santana-Fr\\u00f6s\\u00e9n followed this fellowship post with a prestigious internship at the King\'s County District Attorney\'s Office in 2009 where she observed criminal court daily and conducted research for a number of Assistant District Attorneys.<br \\/><br \\/>Mrs. Santana-Fr\\u00f6s\\u00e9n was awarded her Juris Doctorate degree with honors in June 2009 from New York Law School and her Bachelor of Arts degree with honors in International Relations from the University of California at Davis in 2005.\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2015-04-11 15:42:43\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-04-11 15:42:43\",\"modified_by\":null,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2015-04-11 15:42:43\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":1,\"ordering\":null,\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":null,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(17,3,1,'','2015-04-11 15:42:54',451,3304,'3acd3786a8dfc67ac9292fc8c25d20c81c27c78a','{\"id\":\"3\",\"asset_id\":\"61\",\"title\":\"Elizabeth A. Reiter \",\"alias\":\"elizabeth-a-reiter\",\"introtext\":\"<img style=\\\"margin: 5px; float: left;\\\" src=\\\"images\\/reiter_240x300.jpg\\\" alt=\\\"reiter 240x300\\\" \\/>Elizabeth A. Reiter (Beth), a partner in the firm, maintains a broad practice with a strong focus on family and matrimonial law.&nbsp; Her other areas of practice include business and commercial law, real estate, land use planning and zoning, elder law and guardianship, landlord\\/tenant law, general litigation, appeals, and criminal defense (DWI\\/DWAI).<br \\/><br \\/>Prior to joining the firm, Beth worked as a legal consultant with the Cornell University Industrial &amp; Labor Relations School, performing research and developing curriculum for the Employment and Disabilities Institute.&nbsp; Beth served as Senior Appellate Court Attorney for the New York Appellate Division, Fourth Department in Rochester, New York, and began her legal career as an associate at Alston &amp; Bird, LLP, handling corporate and business transactions for technology and health care companies.<br \\/><br \\/>Beth\\u2019s clients praise her responsiveness, hard work, and self-composure.&nbsp; Her successful pre-trial settlement strategies, particularly in the realm of family law, help clients through the stressful stages of life-changing events. &nbsp;<br \\/><br \\/>Beth received her law degree from SUNY Buffalo, School of Law, summa cum laude, in 1999, where she served as Editor-in-Chief of the <span style=\\\"text-decoration: underline;\\\">Buffalo Law Review<\\/span>.&nbsp;&nbsp; She is a member of the New York State Bar Association and serves on the Board of Directors of the YMCA of Ithaca and Tompkins County.\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":\"8\",\"created\":\"2015-02-03 20:13:19\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-04-11 15:42:54\",\"modified_by\":\"451\",\"checked_out\":\"0\",\"checked_out_time\":\"0000-00-00 00:00:00\",\"publish_up\":\"2015-02-03 20:13:19\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":\"2\",\"ordering\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(18,9,1,'','2015-04-11 15:42:54',451,3863,'6d83e25681635fe1995a9f3395e47088ea815001','{\"id\":\"9\",\"asset_id\":\"68\",\"title\":\"Veronica E. Santana-Fr\\u00f6s\\u00e9n\",\"alias\":\"veronica-e-santana-froesen\",\"introtext\":\"<img style=\\\"margin: 5px; float: left;\\\" alt=\\\"vfrosen240x300\\\" src=\\\"images\\/vfrosen240x300.jpg\\\" \\/>Veronica E. Santana-Fr\\u00f6s\\u00e9n is an associate attorney with Guttman &amp; Reiter. Mrs. Santana-Fr\\u00f6s\\u00e9n has experience in criminal defense, family law litigation, real estate transactions and disputes, trademark matters, business organizations and nonprofit formation, immigration law and removal defense, and basic estate planning. Her love for the courtroom and savvy advocacy provide each and one of her clients with aggressive and dedicated legal representation.<br \\/><br \\/>Mrs. Santana-Fr\\u00f6s\\u00e9n teaches Legal Environment of Business among other courses for the Legal Studies program of the School of Business at Ithaca College. Additionally, she is an active member of the Academy of Legal Studies in Business, the New York State Bar Association, the Finger Lakes Women\'s Bar Association and the Tompkins County Bar Association.<br \\/><br \\/>As a law graduate, Mrs. Santana-Fr\\u00f6s\\u00e9n was awarded a fellowship position with the Justice Action Center of New York Law School. As a component of the graduate fellowship, she worked with Moskowitz, Book and Walsh, LLP in the areas of real estate and employment discrimination.<br \\/><br \\/>While in law school, Mrs. Santana-Fr\\u00f6s\\u00e9n gained experience as a Legal Advocacy Fellow for a non-profit organization to advocate for domestic violence victims. She successfully obtained VAWA and U-Visa status for a number of clients as well as advocated for clients to obtain housing, resolve criminal issues, and navigate social security matters. Mrs. Santana-Fr\\u00f6s\\u00e9n followed this fellowship post with a prestigious internship at the King\'s County District Attorney\'s Office in 2009 where she observed criminal court daily and conducted research for a number of Assistant District Attorneys.<br \\/><br \\/>Mrs. Santana-Fr\\u00f6s\\u00e9n was awarded her Juris Doctorate degree with honors in June 2009 from New York Law School and her Bachelor of Arts degree with honors in International Relations from the University of California at Davis in 2005.\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":\"8\",\"created\":\"2015-04-11 15:42:43\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-04-11 15:42:54\",\"modified_by\":\"451\",\"checked_out\":\"0\",\"checked_out_time\":\"0000-00-00 00:00:00\",\"publish_up\":\"2015-04-11 15:42:43\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":\"1\",\"ordering\":2,\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(19,10,1,'','2015-04-11 15:46:08',451,1771,'2c4a8c060872867dec98900fa31b42ac90c6aac3','{\"id\":10,\"asset_id\":69,\"title\":\"David A. Tyler\",\"alias\":\"david-a-tyler\",\"introtext\":\"<img style=\\\"margin: 5px; float: left;\\\" src=\\\"images\\/dtyler240x300.jpg\\\" alt=\\\"dtyler240x300\\\" \\/>...\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2015-04-11 15:46:08\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-04-11 15:46:08\",\"modified_by\":null,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2015-04-11 15:46:08\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":1,\"ordering\":null,\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":null,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(20,10,1,'','2015-04-11 15:58:47',451,1792,'05eb067a9492567d772ab84284d8d2d3b7f6f14a','{\"id\":\"10\",\"asset_id\":\"69\",\"title\":\"David A. Tyler\",\"alias\":\"david-a-tyler\",\"introtext\":\"<img style=\\\"margin: 5px; float: left;\\\" src=\\\"images\\/dtyler240x300.jpg\\\" alt=\\\"dtyler240x300\\\" \\/>...\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":\"8\",\"created\":\"2015-04-11 15:46:08\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-04-11 15:58:47\",\"modified_by\":\"451\",\"checked_out\":\"0\",\"checked_out_time\":\"0000-00-00 00:00:00\",\"publish_up\":\"2015-04-11 15:46:08\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":\"1\",\"ordering\":2,\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(21,1,1,'','2015-04-11 17:16:26',451,2475,'8596eaf43d41deaf6f743d47d94b07993791ee55','{\"id\":1,\"asset_id\":\"58\",\"title\":\"Home Page\",\"alias\":\"home-page\",\"introtext\":\"<table style=\\\"width: 100%;\\\" cellpadding=\\\"5\\\">\\r\\n<tbody>\\r\\n<tr valign=\\\"top\\\">\\r\\n<td style=\\\"width: 50%;\\\">Guttman &amp; Reiter Law Office --- We are experienced trial, business &amp; family Law attorneys that serve all of Tompkins, Cortla<span class=\\\"text_exposed_show\\\">nd, Onondaga, Broome, Cayuga. Schuyler &amp; Tioga Counties. We handle all areas of Law, including; Divorce, Custody, Visitation, Child Support, Collaborative &amp; Family Law, Separation Agreements, Real Estate, Trusts, Wills &amp; Estates, Business &amp; Not For Profit Law, Criminal Defense &amp; DWI Defense, Personal Injury, Auto Accidents, Medical Malpractice, General Litigation, Business Law, Tax Law, and more.<\\/span><\\/td>\\r\\n<td>x<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p>&nbsp;<\\/p>\\r\\n<p>&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2015-02-03 19:58:20\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-04-11 17:16:26\",\"modified_by\":\"451\",\"checked_out\":\"451\",\"checked_out_time\":\"2015-04-11 17:16:06\",\"publish_up\":\"2015-02-03 19:58:20\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":3,\"ordering\":\"5\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"1\",\"language\":\"*\",\"xreference\":\"\"}',0),(22,1,1,'','2015-04-11 17:22:03',451,2551,'453245efb29f1418baa6cd1bbd406809a59658ae','{\"id\":1,\"asset_id\":\"58\",\"title\":\"Home Page\",\"alias\":\"home-page\",\"introtext\":\"<table style=\\\"width: 100%;\\\" cellpadding=\\\"5\\\">\\r\\n<tbody>\\r\\n<tr valign=\\\"top\\\">\\r\\n<td style=\\\"width: 50%;\\\">Guttman &amp; Reiter Law Office --- We are experienced trial, business &amp; family Law attorneys that serve all of Tompkins, Cortla<span class=\\\"text_exposed_show\\\">nd, Onondaga, Broome, Cayuga. Schuyler &amp; Tioga Counties. We handle all areas of Law, including; Divorce, Custody, Visitation, Child Support, Collaborative &amp; Family Law, Separation Agreements, Real Estate, Trusts, Wills &amp; Estates, Business &amp; Not For Profit Law, Criminal Defense &amp; DWI Defense, Personal Injury, Auto Accidents, Medical Malpractice, General Litigation, Business Law, Tax Law, and more.<\\/span><\\/td>\\r\\n<td><img style=\\\"margin: 5px;\\\" src=\\\"images\\/practice.jpg\\\" alt=\\\"practice\\\" \\/><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p>&nbsp;<\\/p>\\r\\n<p>&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2015-02-03 19:58:20\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-04-11 17:22:03\",\"modified_by\":\"451\",\"checked_out\":\"451\",\"checked_out_time\":\"2015-04-11 17:16:26\",\"publish_up\":\"2015-02-03 19:58:20\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":4,\"ordering\":\"5\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"1\",\"language\":\"*\",\"xreference\":\"\"}',0),(23,1,1,'','2015-04-11 17:26:58',451,2551,'7539050657551ac236950b39958e2cbbc5a1e3e3','{\"id\":1,\"asset_id\":\"58\",\"title\":\"Home Page\",\"alias\":\"home-page\",\"introtext\":\"<table style=\\\"width: 100%;\\\" cellpadding=\\\"5\\\">\\r\\n<tbody>\\r\\n<tr valign=\\\"top\\\">\\r\\n<td style=\\\"width: 50%;\\\">Guttman &amp; Reiter Law Office --- We are experienced trial, business &amp; family Law attorneys that serve all of Tompkins, Cortla<span class=\\\"text_exposed_show\\\">nd, Onondaga, Broome, Cayuga. Schuyler &amp; Tioga Counties. We handle all areas of Law, including; Divorce, Custody, Visitation, Child Support, Collaborative &amp; Family Law, Separation Agreements, Real Estate, Trusts, Wills &amp; Estates, Business &amp; Not For Profit Law, Criminal Defense &amp; DWI Defense, Personal Injury, Auto Accidents, Medical Malpractice, General Litigation, Business Law, Tax Law, and more.<\\/span><\\/td>\\r\\n<td><img style=\\\"margin: 5px;\\\" src=\\\"images\\/practice.png\\\" alt=\\\"practice\\\" \\/><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p>&nbsp;<\\/p>\\r\\n<p>&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2015-02-03 19:58:20\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-04-11 17:26:58\",\"modified_by\":\"451\",\"checked_out\":\"451\",\"checked_out_time\":\"2015-04-11 17:22:03\",\"publish_up\":\"2015-02-03 19:58:20\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":5,\"ordering\":\"5\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"1\",\"language\":\"*\",\"xreference\":\"\"}',0),(24,1,1,'','2015-04-11 18:55:05',451,2619,'3bc4543173cee2fb10c469ac2201ad15ed85f7d9','{\"id\":1,\"asset_id\":\"58\",\"title\":\"Home Page\",\"alias\":\"home-page\",\"introtext\":\"<table style=\\\"width: 100%;\\\" cellpadding=\\\"5\\\">\\r\\n<tbody>\\r\\n<tr valign=\\\"top\\\">\\r\\n<td style=\\\"width: 50%;\\\">Guttman &amp; Reiter Law Office --- We are experienced trial, business &amp; family Law attorneys that serve all of Tompkins, Cortla<span class=\\\"text_exposed_show\\\">nd, Onondaga, Broome, Cayuga. Schuyler &amp; Tioga Counties. We handle all areas of Law, including; Divorce, Custody, Visitation, Child Support, Collaborative &amp; Family Law, Separation Agreements, Real Estate, Trusts, Wills &amp; Estates, Business &amp; Not For Profit Law, Criminal Defense &amp; DWI Defense, Personal Injury, Auto Accidents, Medical Malpractice, General Litigation, Business Law, Tax Law, and more.<\\/span><\\/td>\\r\\n<td><a href=\\\"index.php?option=com_menu&amp;view=menu&amp;id=111\\\"><img style=\\\"margin: 5px;\\\" src=\\\"images\\/practice.png\\\" alt=\\\"practice\\\" \\/><\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p>&nbsp;<\\/p>\\r\\n<p>&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2015-02-03 19:58:20\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-04-11 18:55:05\",\"modified_by\":\"451\",\"checked_out\":\"451\",\"checked_out_time\":\"2015-04-11 18:54:18\",\"publish_up\":\"2015-02-03 19:58:20\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":7,\"ordering\":\"5\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"1\",\"language\":\"*\",\"xreference\":\"\"}',0),(25,9,1,'','2015-04-14 14:09:08',451,3863,'87bfe57c692c34ede76385b4118a559f0918719f','{\"id\":\"9\",\"asset_id\":\"68\",\"title\":\"Veronica E. Santana-Fr\\u00f6s\\u00e9n\",\"alias\":\"veronica-e-santana-froesen\",\"introtext\":\"<img style=\\\"margin: 5px; float: left;\\\" alt=\\\"vfrosen240x300\\\" src=\\\"images\\/vfrosen240x300.jpg\\\" \\/>Veronica E. Santana-Fr\\u00f6s\\u00e9n is an associate attorney with Guttman &amp; Reiter. Mrs. Santana-Fr\\u00f6s\\u00e9n has experience in criminal defense, family law litigation, real estate transactions and disputes, trademark matters, business organizations and nonprofit formation, immigration law and removal defense, and basic estate planning. Her love for the courtroom and savvy advocacy provide each and one of her clients with aggressive and dedicated legal representation.<br \\/><br \\/>Mrs. Santana-Fr\\u00f6s\\u00e9n teaches Legal Environment of Business among other courses for the Legal Studies program of the School of Business at Ithaca College. Additionally, she is an active member of the Academy of Legal Studies in Business, the New York State Bar Association, the Finger Lakes Women\'s Bar Association and the Tompkins County Bar Association.<br \\/><br \\/>As a law graduate, Mrs. Santana-Fr\\u00f6s\\u00e9n was awarded a fellowship position with the Justice Action Center of New York Law School. As a component of the graduate fellowship, she worked with Moskowitz, Book and Walsh, LLP in the areas of real estate and employment discrimination.<br \\/><br \\/>While in law school, Mrs. Santana-Fr\\u00f6s\\u00e9n gained experience as a Legal Advocacy Fellow for a non-profit organization to advocate for domestic violence victims. She successfully obtained VAWA and U-Visa status for a number of clients as well as advocated for clients to obtain housing, resolve criminal issues, and navigate social security matters. Mrs. Santana-Fr\\u00f6s\\u00e9n followed this fellowship post with a prestigious internship at the King\'s County District Attorney\'s Office in 2009 where she observed criminal court daily and conducted research for a number of Assistant District Attorneys.<br \\/><br \\/>Mrs. Santana-Fr\\u00f6s\\u00e9n was awarded her Juris Doctorate degree with honors in June 2009 from New York Law School and her Bachelor of Arts degree with honors in International Relations from the University of California at Davis in 2005.\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":\"8\",\"created\":\"2015-04-11 15:42:43\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-04-14 14:09:08\",\"modified_by\":\"451\",\"checked_out\":\"0\",\"checked_out_time\":\"0000-00-00 00:00:00\",\"publish_up\":\"2015-04-11 15:42:43\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":\"1\",\"ordering\":3,\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(26,10,1,'','2015-04-14 14:09:08',451,1792,'17928b833d50961c9e3316f2a042bd97a83cbad4','{\"id\":\"10\",\"asset_id\":\"69\",\"title\":\"David A. Tyler\",\"alias\":\"david-a-tyler\",\"introtext\":\"<img style=\\\"margin: 5px; float: left;\\\" src=\\\"images\\/dtyler240x300.jpg\\\" alt=\\\"dtyler240x300\\\" \\/>...\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":\"8\",\"created\":\"2015-04-11 15:46:08\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-04-14 14:09:08\",\"modified_by\":\"451\",\"checked_out\":\"0\",\"checked_out_time\":\"0000-00-00 00:00:00\",\"publish_up\":\"2015-04-11 15:46:08\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":\"1\",\"ordering\":4,\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(27,10,1,'','2015-04-14 14:11:16',451,2849,'b962016afa66ae32eb56df4ce474343a28048820','{\"id\":10,\"asset_id\":\"69\",\"title\":\"David A. Tyler\",\"alias\":\"david-a-tyler\",\"introtext\":\"<img style=\\\"margin: 5px; float: left;\\\" src=\\\"images\\/dtyler240x300.jpg\\\" alt=\\\"dtyler240x300\\\" \\/><a target=\\\"_blank\\\" href=\\\"http:\\/\\/www.davidtylerithaca.com\\/\\\">David A. Tyler<\\/a> is of counsel to Guttman &amp; Reiter. Mr. Tyler practices in the areas of commercial and residential real estate, municipal law, estate planning and administration, and elder law.<br \\/><br \\/>A member of the New York State Bar Association, the NYSBA Real Property and Municipal Law Section, the Tompkins County Bar Association, the American Arbitration Association\\u2019s Commercial Panel, the Tompkins County Estate Planning Council, and the Sixth Judicial District Qualification Committee, Mr. Tyler received his LLB\\/Juris Doctorate degree in 1975 from Cornell University and his Bachelor of Arts degree with honors from Harvard College in 1969.<br \\/><br \\/>David is an active volunteer in the community working on the Town of Ulysses Planning Board, Town of Ulysses Comprehensive Plan Committee, Glenwood Handicapped Services, Church Board of Ulysses, Ulysses Philomathic Library Board of Trustees, and the Special Children\\u2019s Center (now Franziska Racker Centers).\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2015-04-11 15:46:08\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-04-14 14:11:16\",\"modified_by\":\"451\",\"checked_out\":\"451\",\"checked_out_time\":\"2015-04-14 14:09:09\",\"publish_up\":\"2015-04-11 15:46:08\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":2,\"ordering\":\"4\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(28,10,1,'','2015-04-14 14:14:28',451,2857,'a5db019894a2953aee0f515bed49a8e5e7b070d8','{\"id\":10,\"asset_id\":\"69\",\"title\":\"David A. Tyler\",\"alias\":\"david-a-tyler\",\"introtext\":\"<img style=\\\"margin: 5px; float: left;\\\" src=\\\"images\\/davidtyler240x300.jpg\\\" alt=\\\"davidtyler240x300\\\" \\/><a href=\\\"http:\\/\\/www.davidtylerithaca.com\\/\\\" target=\\\"_blank\\\">David A. Tyler<\\/a> is of counsel to Guttman &amp; Reiter. Mr. Tyler practices in the areas of commercial and residential real estate, municipal law, estate planning and administration, and elder law.<br \\/><br \\/>A member of the New York State Bar Association, the NYSBA Real Property and Municipal Law Section, the Tompkins County Bar Association, the American Arbitration Association\\u2019s Commercial Panel, the Tompkins County Estate Planning Council, and the Sixth Judicial District Qualification Committee, Mr. Tyler received his LLB\\/Juris Doctorate degree in 1975 from Cornell University and his Bachelor of Arts degree with honors from Harvard College in 1969.<br \\/><br \\/>David is an active volunteer in the community working on the Town of Ulysses Planning Board, Town of Ulysses Comprehensive Plan Committee, Glenwood Handicapped Services, Church Board of Ulysses, Ulysses Philomathic Library Board of Trustees, and the Special Children\\u2019s Center (now Franziska Racker Centers).\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2015-04-11 15:46:08\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-04-14 14:14:28\",\"modified_by\":\"451\",\"checked_out\":\"451\",\"checked_out_time\":\"2015-04-14 14:12:22\",\"publish_up\":\"2015-04-11 15:46:08\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":3,\"ordering\":\"4\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(29,11,1,'','2015-04-14 14:18:23',451,1873,'e9be5f7601285ad89fa61c38a9f9ae9b98a2ad81','{\"id\":11,\"asset_id\":70,\"title\":\"Patricia Kannus, Paralegal\",\"alias\":\"patricia-kannus-paralegal\",\"introtext\":\"<img style=\\\"margin: 5px; float: left;\\\" alt=\\\"PatriciaKannus240x300\\\" src=\\\"images\\/PatriciaKannus240x300.jpg\\\" \\/>Patricia Kannus, Paralegal<br \\/><br \\/><br \\/><br \\/>Contact Pat\",\"fulltext\":\"\",\"state\":1,\"catid\":\"9\",\"created\":\"2015-04-14 14:18:23\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-04-14 14:18:23\",\"modified_by\":null,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2015-04-14 14:18:23\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":1,\"ordering\":null,\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":null,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(30,2,3,'','2015-04-14 14:19:06',451,1670,'618d8e812c0347f69a67ded179e8fee3da3e0240','{\"id\":2,\"name\":\"Contact Patricia Kannus\",\"alias\":\"contact-patricia-kannus\",\"con_position\":\"\",\"address\":\"\",\"suburb\":\"\",\"state\":\"\",\"country\":\"\",\"postcode\":\"\",\"telephone\":\"\",\"fax\":\"\",\"misc\":\"\",\"image\":\"\",\"email_to\":\"pat@guttmanandreiter.com\",\"default_con\":0,\"published\":\"1\",\"checked_out\":null,\"checked_out_time\":null,\"ordering\":2,\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"\\\",\\\"presentation_style\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"\\\",\\\"show_street_address\\\":\\\"\\\",\\\"show_suburb\\\":\\\"\\\",\\\"show_state\\\":\\\"\\\",\\\"show_postcode\\\":\\\"\\\",\\\"show_country\\\":\\\"\\\",\\\"show_telephone\\\":\\\"\\\",\\\"show_mobile\\\":\\\"\\\",\\\"show_fax\\\":\\\"\\\",\\\"show_webpage\\\":\\\"\\\",\\\"show_misc\\\":\\\"\\\",\\\"show_image\\\":\\\"\\\",\\\"allow_vcard\\\":\\\"\\\",\\\"show_articles\\\":\\\"\\\",\\\"show_profile\\\":\\\"\\\",\\\"show_links\\\":\\\"\\\",\\\"linka_name\\\":\\\"\\\",\\\"linka\\\":false,\\\"linkb_name\\\":\\\"\\\",\\\"linkb\\\":false,\\\"linkc_name\\\":\\\"\\\",\\\"linkc\\\":false,\\\"linkd_name\\\":\\\"\\\",\\\"linkd\\\":false,\\\"linke_name\\\":\\\"\\\",\\\"linke\\\":false,\\\"contact_layout\\\":\\\"\\\",\\\"show_email_form\\\":\\\"\\\",\\\"show_email_copy\\\":\\\"\\\",\\\"banned_email\\\":\\\"\\\",\\\"banned_subject\\\":\\\"\\\",\\\"banned_text\\\":\\\"\\\",\\\"validate_session\\\":\\\"\\\",\\\"custom_reply\\\":\\\"\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":0,\"catid\":\"4\",\"access\":\"1\",\"mobile\":\"\",\"webpage\":false,\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2015-04-14 14:19:06\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-04-14 14:19:06\",\"modified_by\":null,\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"xreference\":\"\",\"publish_up\":\"0000-00-00 00:00:00\",\"publish_down\":\"0000-00-00 00:00:00\",\"version\":1,\"hits\":null}',0),(31,3,3,'','2015-04-14 14:19:39',451,1671,'523b5d20c3b322b412c16a49a41e4fd549f442a5','{\"id\":3,\"name\":\"Contact Debra Hines\",\"alias\":\"contact-debra-hines\",\"con_position\":\"Paralegal\",\"address\":\"\",\"suburb\":\"\",\"state\":\"\",\"country\":\"\",\"postcode\":\"\",\"telephone\":\"\",\"fax\":\"\",\"misc\":\"\",\"image\":\"\",\"email_to\":\"deb@guttmanandreiter.com\",\"default_con\":0,\"published\":\"1\",\"checked_out\":null,\"checked_out_time\":null,\"ordering\":3,\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"\\\",\\\"presentation_style\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"\\\",\\\"show_street_address\\\":\\\"\\\",\\\"show_suburb\\\":\\\"\\\",\\\"show_state\\\":\\\"\\\",\\\"show_postcode\\\":\\\"\\\",\\\"show_country\\\":\\\"\\\",\\\"show_telephone\\\":\\\"\\\",\\\"show_mobile\\\":\\\"\\\",\\\"show_fax\\\":\\\"\\\",\\\"show_webpage\\\":\\\"\\\",\\\"show_misc\\\":\\\"\\\",\\\"show_image\\\":\\\"\\\",\\\"allow_vcard\\\":\\\"\\\",\\\"show_articles\\\":\\\"\\\",\\\"show_profile\\\":\\\"\\\",\\\"show_links\\\":\\\"\\\",\\\"linka_name\\\":\\\"\\\",\\\"linka\\\":false,\\\"linkb_name\\\":\\\"\\\",\\\"linkb\\\":false,\\\"linkc_name\\\":\\\"\\\",\\\"linkc\\\":false,\\\"linkd_name\\\":\\\"\\\",\\\"linkd\\\":false,\\\"linke_name\\\":\\\"\\\",\\\"linke\\\":false,\\\"contact_layout\\\":\\\"\\\",\\\"show_email_form\\\":\\\"\\\",\\\"show_email_copy\\\":\\\"\\\",\\\"banned_email\\\":\\\"\\\",\\\"banned_subject\\\":\\\"\\\",\\\"banned_text\\\":\\\"\\\",\\\"validate_session\\\":\\\"\\\",\\\"custom_reply\\\":\\\"\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":0,\"catid\":\"4\",\"access\":\"1\",\"mobile\":\"\",\"webpage\":false,\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2015-04-14 14:19:39\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-04-14 14:19:39\",\"modified_by\":null,\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"xreference\":\"\",\"publish_up\":\"0000-00-00 00:00:00\",\"publish_down\":\"0000-00-00 00:00:00\",\"version\":1,\"hits\":null}',0),(32,4,3,'','2015-04-14 14:20:22',451,1677,'ca4f183ce45eccf1466f5215e4cc85a53fd0a4cd','{\"id\":4,\"name\":\"Contact Nancy Pochily\",\"alias\":\"contact-nancy-pochily\",\"con_position\":\"Paralegal\",\"address\":\"\",\"suburb\":\"\",\"state\":\"\",\"country\":\"\",\"postcode\":\"\",\"telephone\":\"\",\"fax\":\"\",\"misc\":\"\",\"image\":\"\",\"email_to\":\"nancy@guttmanandreiter.com\",\"default_con\":0,\"published\":\"1\",\"checked_out\":null,\"checked_out_time\":null,\"ordering\":4,\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"\\\",\\\"presentation_style\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"\\\",\\\"show_street_address\\\":\\\"\\\",\\\"show_suburb\\\":\\\"\\\",\\\"show_state\\\":\\\"\\\",\\\"show_postcode\\\":\\\"\\\",\\\"show_country\\\":\\\"\\\",\\\"show_telephone\\\":\\\"\\\",\\\"show_mobile\\\":\\\"\\\",\\\"show_fax\\\":\\\"\\\",\\\"show_webpage\\\":\\\"\\\",\\\"show_misc\\\":\\\"\\\",\\\"show_image\\\":\\\"\\\",\\\"allow_vcard\\\":\\\"\\\",\\\"show_articles\\\":\\\"\\\",\\\"show_profile\\\":\\\"\\\",\\\"show_links\\\":\\\"\\\",\\\"linka_name\\\":\\\"\\\",\\\"linka\\\":false,\\\"linkb_name\\\":\\\"\\\",\\\"linkb\\\":false,\\\"linkc_name\\\":\\\"\\\",\\\"linkc\\\":false,\\\"linkd_name\\\":\\\"\\\",\\\"linkd\\\":false,\\\"linke_name\\\":\\\"\\\",\\\"linke\\\":false,\\\"contact_layout\\\":\\\"\\\",\\\"show_email_form\\\":\\\"\\\",\\\"show_email_copy\\\":\\\"\\\",\\\"banned_email\\\":\\\"\\\",\\\"banned_subject\\\":\\\"\\\",\\\"banned_text\\\":\\\"\\\",\\\"validate_session\\\":\\\"\\\",\\\"custom_reply\\\":\\\"\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":0,\"catid\":\"4\",\"access\":\"1\",\"mobile\":\"\",\"webpage\":false,\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2015-04-14 14:20:22\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-04-14 14:20:22\",\"modified_by\":null,\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"xreference\":\"\",\"publish_up\":\"0000-00-00 00:00:00\",\"publish_down\":\"0000-00-00 00:00:00\",\"version\":1,\"hits\":null}',0),(33,5,3,'','2015-04-14 14:20:49',451,1676,'30e305402f2141ed7903313246369f3c2ed578af','{\"id\":5,\"name\":\"Contact Lori Warfield\",\"alias\":\"contact-lori-warfield\",\"con_position\":\"Paralegal\",\"address\":\"\",\"suburb\":\"\",\"state\":\"\",\"country\":\"\",\"postcode\":\"\",\"telephone\":\"\",\"fax\":\"\",\"misc\":\"\",\"image\":\"\",\"email_to\":\"lori@guttmanandreiter.com\",\"default_con\":0,\"published\":\"1\",\"checked_out\":null,\"checked_out_time\":null,\"ordering\":5,\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"\\\",\\\"presentation_style\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"\\\",\\\"show_street_address\\\":\\\"\\\",\\\"show_suburb\\\":\\\"\\\",\\\"show_state\\\":\\\"\\\",\\\"show_postcode\\\":\\\"\\\",\\\"show_country\\\":\\\"\\\",\\\"show_telephone\\\":\\\"\\\",\\\"show_mobile\\\":\\\"\\\",\\\"show_fax\\\":\\\"\\\",\\\"show_webpage\\\":\\\"\\\",\\\"show_misc\\\":\\\"\\\",\\\"show_image\\\":\\\"\\\",\\\"allow_vcard\\\":\\\"\\\",\\\"show_articles\\\":\\\"\\\",\\\"show_profile\\\":\\\"\\\",\\\"show_links\\\":\\\"\\\",\\\"linka_name\\\":\\\"\\\",\\\"linka\\\":false,\\\"linkb_name\\\":\\\"\\\",\\\"linkb\\\":false,\\\"linkc_name\\\":\\\"\\\",\\\"linkc\\\":false,\\\"linkd_name\\\":\\\"\\\",\\\"linkd\\\":false,\\\"linke_name\\\":\\\"\\\",\\\"linke\\\":false,\\\"contact_layout\\\":\\\"\\\",\\\"show_email_form\\\":\\\"\\\",\\\"show_email_copy\\\":\\\"\\\",\\\"banned_email\\\":\\\"\\\",\\\"banned_subject\\\":\\\"\\\",\\\"banned_text\\\":\\\"\\\",\\\"validate_session\\\":\\\"\\\",\\\"custom_reply\\\":\\\"\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":0,\"catid\":\"4\",\"access\":\"1\",\"mobile\":\"\",\"webpage\":false,\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2015-04-14 14:20:49\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-04-14 14:20:49\",\"modified_by\":null,\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"xreference\":\"\",\"publish_up\":\"0000-00-00 00:00:00\",\"publish_down\":\"0000-00-00 00:00:00\",\"version\":1,\"hits\":null}',0),(34,2,3,'','2015-04-14 14:21:04',451,1699,'00b983689afaeb98d81e88fc3378978731ec1716','{\"id\":2,\"name\":\"Contact Patricia Kannus\",\"alias\":\"contact-patricia-kannus\",\"con_position\":\"Paralegal\",\"address\":\"\",\"suburb\":\"\",\"state\":\"\",\"country\":\"\",\"postcode\":\"\",\"telephone\":\"\",\"fax\":\"\",\"misc\":\"\",\"image\":\"\",\"email_to\":\"pat@guttmanandreiter.com\",\"default_con\":0,\"published\":\"1\",\"checked_out\":\"451\",\"checked_out_time\":\"2015-04-14 14:20:56\",\"ordering\":\"2\",\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"\\\",\\\"presentation_style\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"\\\",\\\"show_street_address\\\":\\\"\\\",\\\"show_suburb\\\":\\\"\\\",\\\"show_state\\\":\\\"\\\",\\\"show_postcode\\\":\\\"\\\",\\\"show_country\\\":\\\"\\\",\\\"show_telephone\\\":\\\"\\\",\\\"show_mobile\\\":\\\"\\\",\\\"show_fax\\\":\\\"\\\",\\\"show_webpage\\\":\\\"\\\",\\\"show_misc\\\":\\\"\\\",\\\"show_image\\\":\\\"\\\",\\\"allow_vcard\\\":\\\"\\\",\\\"show_articles\\\":\\\"\\\",\\\"show_profile\\\":\\\"\\\",\\\"show_links\\\":\\\"\\\",\\\"linka_name\\\":\\\"\\\",\\\"linka\\\":false,\\\"linkb_name\\\":\\\"\\\",\\\"linkb\\\":false,\\\"linkc_name\\\":\\\"\\\",\\\"linkc\\\":false,\\\"linkd_name\\\":\\\"\\\",\\\"linkd\\\":false,\\\"linke_name\\\":\\\"\\\",\\\"linke\\\":false,\\\"contact_layout\\\":\\\"\\\",\\\"show_email_form\\\":\\\"\\\",\\\"show_email_copy\\\":\\\"\\\",\\\"banned_email\\\":\\\"\\\",\\\"banned_subject\\\":\\\"\\\",\\\"banned_text\\\":\\\"\\\",\\\"validate_session\\\":\\\"\\\",\\\"custom_reply\\\":\\\"\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":0,\"catid\":\"4\",\"access\":\"1\",\"mobile\":\"\",\"webpage\":false,\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2015-04-14 14:19:06\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-04-14 14:21:04\",\"modified_by\":\"451\",\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"xreference\":\"\",\"publish_up\":\"0000-00-00 00:00:00\",\"publish_down\":\"0000-00-00 00:00:00\",\"version\":2,\"hits\":\"0\"}',0),(35,11,1,'','2015-04-14 14:24:13',451,1967,'ae2eecd9a83a11300017609bb065f130bccf9676','{\"id\":11,\"asset_id\":\"70\",\"title\":\"Patricia Kannus, Paralegal\",\"alias\":\"patricia-kannus-paralegal\",\"introtext\":\"<img style=\\\"margin: 5px; float: left;\\\" src=\\\"images\\/PatriciaKannus240x300.jpg\\\" alt=\\\"PatriciaKannus240x300\\\" \\/><br \\/><br \\/><br \\/><a href=\\\"index.php?option=com_contact&amp;view=contact&amp;id=2&amp;Itemid=122\\\" target=\\\"_top\\\">Contact Patricia<\\/a>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"9\",\"created\":\"2015-04-14 14:18:23\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-04-14 14:24:13\",\"modified_by\":\"451\",\"checked_out\":\"451\",\"checked_out_time\":\"2015-04-14 14:23:31\",\"publish_up\":\"2015-04-14 14:18:23\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":2,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(36,12,1,'','2015-04-14 14:28:45',451,1943,'a639e0cbaea939cc00c03e9f1bdd4528af7b8360','{\"id\":12,\"asset_id\":71,\"title\":\"Debra Hines, Paralegal\",\"alias\":\"debra-hines-paralegal\",\"introtext\":\"<img style=\\\"margin: 5px; float: left;\\\" src=\\\"images\\/DebraHines240x300.jpg\\\" alt=\\\"DebraHines240x300\\\" \\/><br \\/><br \\/><br \\/><br \\/><br \\/><a href=\\\"index.php?option=com_contact&amp;view=contact&amp;id=3&amp;Itemid=123\\\" target=\\\"_top\\\">Contact Debra<\\/a>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"9\",\"created\":\"2015-04-14 14:28:45\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-04-14 14:28:45\",\"modified_by\":null,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2015-04-14 14:28:45\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":1,\"ordering\":null,\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":null,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(37,13,1,'','2015-04-14 14:31:08',451,1961,'a1bf467c4881f9fc4e48a1275f6ab37f7dd83640','{\"id\":13,\"asset_id\":72,\"title\":\"Nancy Pochily, Paralegal\",\"alias\":\"nancy-pochily-paralegal\",\"introtext\":\"<img style=\\\"margin: 5px; float: left;\\\" src=\\\"images\\/NancyGreen240x300.jpg\\\" alt=\\\"NancyGreen240x300\\\" \\/><br \\/><br \\/><br \\/><br \\/><br \\/><br \\/><br \\/><a href=\\\"index.php?option=com_contact&amp;view=contact&amp;id=4&amp;Itemid=124\\\" target=\\\"_top\\\">Contact Nancy<\\/a>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"9\",\"created\":\"2015-04-14 14:31:08\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-04-14 14:31:08\",\"modified_by\":null,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2015-04-14 14:31:08\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":1,\"ordering\":null,\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":null,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(38,14,1,'','2015-04-14 14:33:09',451,1962,'d6249168ea52763d7a341d9bb18ea13efb7f7260','{\"id\":14,\"asset_id\":73,\"title\":\"Lori Warfield, Paralegal\",\"alias\":\"lori-warfield-paralegal\",\"introtext\":\"<img style=\\\"margin: 5px; float: left;\\\" src=\\\"images\\/LoriWarfield240x300.jpg\\\" alt=\\\"LoriWarfield240x300\\\" \\/><br \\/><br \\/><br \\/><br \\/><br \\/><br \\/><br \\/><br \\/><br \\/><a href=\\\"index.php?option=com_contact&amp;view=contact&amp;id=5&amp;Itemid=125\\\">Contact Lori<\\/a>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"9\",\"created\":\"2015-04-14 14:33:09\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-04-14 14:33:09\",\"modified_by\":null,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2015-04-14 14:33:09\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":1,\"ordering\":null,\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":null,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(39,14,1,'','2015-04-14 14:33:21',451,1983,'cc8f24b680b47f8027fbc7e5ea546560da63caf7','{\"id\":\"14\",\"asset_id\":\"73\",\"title\":\"Lori Warfield, Paralegal\",\"alias\":\"lori-warfield-paralegal\",\"introtext\":\"<img style=\\\"margin: 5px; float: left;\\\" src=\\\"images\\/LoriWarfield240x300.jpg\\\" alt=\\\"LoriWarfield240x300\\\" \\/><br \\/><br \\/><br \\/><br \\/><br \\/><br \\/><br \\/><br \\/><br \\/><a href=\\\"index.php?option=com_contact&amp;view=contact&amp;id=5&amp;Itemid=125\\\">Contact Lori<\\/a>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":\"9\",\"created\":\"2015-04-14 14:33:09\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-04-14 14:33:21\",\"modified_by\":\"451\",\"checked_out\":\"0\",\"checked_out_time\":\"0000-00-00 00:00:00\",\"publish_up\":\"2015-04-14 14:33:09\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":\"1\",\"ordering\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(40,13,1,'','2015-04-14 14:33:21',451,1982,'99626ca43aeaf4c5074b8a8a658d059d3dd13478','{\"id\":\"13\",\"asset_id\":\"72\",\"title\":\"Nancy Pochily, Paralegal\",\"alias\":\"nancy-pochily-paralegal\",\"introtext\":\"<img style=\\\"margin: 5px; float: left;\\\" src=\\\"images\\/NancyGreen240x300.jpg\\\" alt=\\\"NancyGreen240x300\\\" \\/><br \\/><br \\/><br \\/><br \\/><br \\/><br \\/><br \\/><a href=\\\"index.php?option=com_contact&amp;view=contact&amp;id=4&amp;Itemid=124\\\" target=\\\"_top\\\">Contact Nancy<\\/a>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":\"9\",\"created\":\"2015-04-14 14:31:08\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-04-14 14:33:21\",\"modified_by\":\"451\",\"checked_out\":\"0\",\"checked_out_time\":\"0000-00-00 00:00:00\",\"publish_up\":\"2015-04-14 14:31:08\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":\"1\",\"ordering\":2,\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(41,11,1,'','2015-04-14 14:33:23',451,1969,'661a4efc06c720d71aad2f3b1caf0692b201c445','{\"id\":\"11\",\"asset_id\":\"70\",\"title\":\"Patricia Kannus, Paralegal\",\"alias\":\"patricia-kannus-paralegal\",\"introtext\":\"<img style=\\\"margin: 5px; float: left;\\\" src=\\\"images\\/PatriciaKannus240x300.jpg\\\" alt=\\\"PatriciaKannus240x300\\\" \\/><br \\/><br \\/><br \\/><a href=\\\"index.php?option=com_contact&amp;view=contact&amp;id=2&amp;Itemid=122\\\" target=\\\"_top\\\">Contact Patricia<\\/a>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":\"9\",\"created\":\"2015-04-14 14:18:23\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-04-14 14:33:23\",\"modified_by\":\"451\",\"checked_out\":\"0\",\"checked_out_time\":\"0000-00-00 00:00:00\",\"publish_up\":\"2015-04-14 14:18:23\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":\"2\",\"ordering\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(42,2,1,'','2015-04-14 16:54:37',451,2997,'6d4253f02e8b3a5def1090d71ac2c9dd5fba7fb2','{\"id\":2,\"asset_id\":\"60\",\"title\":\"Charles J. Guttman, Esq.\",\"alias\":\"charles-j-guttman-esq\",\"introtext\":\"<img style=\\\"margin: 5px; float: left;\\\" src=\\\"images\\/guttman_240x300.jpg\\\" alt=\\\"guttman 240x300\\\" \\/>Charles Guttman has practiced law in Ithaca, NY, since 1976. He served as City Attorney for the City of Ithaca from 1990 through 1995. He is one of the founding members and is currently the President of the Ithaca Area Collaborative Law Professionals (IACLP).<br \\/><br \\/>Chuck has served on the Board of Directors of numerous not-for-profit agencies and is currently on the Boards of Hospicare and Palliative Care Services of Tompkins County (continuously since 1988), Community Housing of Ithaca (CHI), and the Fingerlakes Grassroots Festival.<br \\/><br \\/>Chuck\'s practice includes many areas of the law including matrimonial and family law, real estate, wills, trusts and estates, small business, not-for-profit corporations, and municipal law. Chuck brings years of experience in these areas.<br \\/><br \\/>Chuck is aware that issues such as matrimonial or family issues, buying or selling a house, or estate planning or administration, are significant life changing events. He attempts to provide the necessary information to his clients, to listen to what the client is saying, to help the client make appropriate well-reasoned choices and decisions, and to meet the client\'s goals.\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2015-02-03 20:12:17\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-04-14 16:54:37\",\"modified_by\":\"451\",\"checked_out\":\"451\",\"checked_out_time\":\"2015-04-14 16:54:15\",\"publish_up\":\"2015-02-03 20:12:17\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":5,\"ordering\":\"1\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(43,3,1,'','2015-04-14 16:54:52',451,3307,'6da459f7a0b1195cc2125eeb2ad9646577c26fb5','{\"id\":3,\"asset_id\":\"61\",\"title\":\"Elizabeth A. Reiter, Esq.\",\"alias\":\"elizabeth-a-reiter\",\"introtext\":\"<img style=\\\"margin: 5px; float: left;\\\" src=\\\"images\\/reiter_240x300.jpg\\\" alt=\\\"reiter 240x300\\\" \\/>Elizabeth A. Reiter (Beth), a partner in the firm, maintains a broad practice with a strong focus on family and matrimonial law.&nbsp; Her other areas of practice include business and commercial law, real estate, land use planning and zoning, elder law and guardianship, landlord\\/tenant law, general litigation, appeals, and criminal defense (DWI\\/DWAI).<br \\/><br \\/>Prior to joining the firm, Beth worked as a legal consultant with the Cornell University Industrial &amp; Labor Relations School, performing research and developing curriculum for the Employment and Disabilities Institute.&nbsp; Beth served as Senior Appellate Court Attorney for the New York Appellate Division, Fourth Department in Rochester, New York, and began her legal career as an associate at Alston &amp; Bird, LLP, handling corporate and business transactions for technology and health care companies.<br \\/><br \\/>Beth\\u2019s clients praise her responsiveness, hard work, and self-composure.&nbsp; Her successful pre-trial settlement strategies, particularly in the realm of family law, help clients through the stressful stages of life-changing events. &nbsp;<br \\/><br \\/>Beth received her law degree from SUNY Buffalo, School of Law, summa cum laude, in 1999, where she served as Editor-in-Chief of the <span style=\\\"text-decoration: underline;\\\">Buffalo Law Review<\\/span>.&nbsp;&nbsp; She is a member of the New York State Bar Association and serves on the Board of Directors of the YMCA of Ithaca and Tompkins County.\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2015-02-03 20:13:19\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-04-14 16:54:52\",\"modified_by\":\"451\",\"checked_out\":\"451\",\"checked_out_time\":\"2015-04-14 16:54:42\",\"publish_up\":\"2015-02-03 20:13:19\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":3,\"ordering\":\"2\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(44,9,1,'','2015-04-14 16:55:07',451,3867,'6bcd8f4847b3da3668d18d2c41f5b620ab57d559','{\"id\":9,\"asset_id\":\"68\",\"title\":\"Veronica E. Santana-Fr\\u00f6s\\u00e9n, Esq.\",\"alias\":\"veronica-e-santana-froesen\",\"introtext\":\"<img style=\\\"margin: 5px; float: left;\\\" src=\\\"images\\/vfrosen240x300.jpg\\\" alt=\\\"vfrosen240x300\\\" \\/>Veronica E. Santana-Fr\\u00f6s\\u00e9n is an associate attorney with Guttman &amp; Reiter. Mrs. Santana-Fr\\u00f6s\\u00e9n has experience in criminal defense, family law litigation, real estate transactions and disputes, trademark matters, business organizations and nonprofit formation, immigration law and removal defense, and basic estate planning. Her love for the courtroom and savvy advocacy provide each and one of her clients with aggressive and dedicated legal representation.<br \\/><br \\/>Mrs. Santana-Fr\\u00f6s\\u00e9n teaches Legal Environment of Business among other courses for the Legal Studies program of the School of Business at Ithaca College. Additionally, she is an active member of the Academy of Legal Studies in Business, the New York State Bar Association, the Finger Lakes Women\'s Bar Association and the Tompkins County Bar Association.<br \\/><br \\/>As a law graduate, Mrs. Santana-Fr\\u00f6s\\u00e9n was awarded a fellowship position with the Justice Action Center of New York Law School. As a component of the graduate fellowship, she worked with Moskowitz, Book and Walsh, LLP in the areas of real estate and employment discrimination.<br \\/><br \\/>While in law school, Mrs. Santana-Fr\\u00f6s\\u00e9n gained experience as a Legal Advocacy Fellow for a non-profit organization to advocate for domestic violence victims. She successfully obtained VAWA and U-Visa status for a number of clients as well as advocated for clients to obtain housing, resolve criminal issues, and navigate social security matters. Mrs. Santana-Fr\\u00f6s\\u00e9n followed this fellowship post with a prestigious internship at the King\'s County District Attorney\'s Office in 2009 where she observed criminal court daily and conducted research for a number of Assistant District Attorneys.<br \\/><br \\/>Mrs. Santana-Fr\\u00f6s\\u00e9n was awarded her Juris Doctorate degree with honors in June 2009 from New York Law School and her Bachelor of Arts degree with honors in International Relations from the University of California at Davis in 2005.\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2015-04-11 15:42:43\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-04-14 16:55:07\",\"modified_by\":\"451\",\"checked_out\":\"451\",\"checked_out_time\":\"2015-04-14 16:54:59\",\"publish_up\":\"2015-04-11 15:42:43\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":2,\"ordering\":\"3\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(45,10,1,'','2015-04-14 16:55:24',451,2869,'07e1a7077454cebffbd95f8286d0685919de3cec','{\"id\":10,\"asset_id\":\"69\",\"title\":\"David A. Tyler, of Counsel\",\"alias\":\"david-a-tyler\",\"introtext\":\"<img style=\\\"margin: 5px; float: left;\\\" src=\\\"images\\/davidtyler240x300.jpg\\\" alt=\\\"davidtyler240x300\\\" \\/><a href=\\\"http:\\/\\/www.davidtylerithaca.com\\/\\\" target=\\\"_blank\\\">David A. Tyler<\\/a> is of counsel to Guttman &amp; Reiter. Mr. Tyler practices in the areas of commercial and residential real estate, municipal law, estate planning and administration, and elder law.<br \\/><br \\/>A member of the New York State Bar Association, the NYSBA Real Property and Municipal Law Section, the Tompkins County Bar Association, the American Arbitration Association\\u2019s Commercial Panel, the Tompkins County Estate Planning Council, and the Sixth Judicial District Qualification Committee, Mr. Tyler received his LLB\\/Juris Doctorate degree in 1975 from Cornell University and his Bachelor of Arts degree with honors from Harvard College in 1969.<br \\/><br \\/>David is an active volunteer in the community working on the Town of Ulysses Planning Board, Town of Ulysses Comprehensive Plan Committee, Glenwood Handicapped Services, Church Board of Ulysses, Ulysses Philomathic Library Board of Trustees, and the Special Children\\u2019s Center (now Franziska Racker Centers).\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2015-04-11 15:46:08\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-04-14 16:55:24\",\"modified_by\":\"451\",\"checked_out\":\"451\",\"checked_out_time\":\"2015-04-14 16:55:17\",\"publish_up\":\"2015-04-11 15:46:08\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":4,\"ordering\":\"4\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(46,1,1,'','2015-04-14 16:55:56',451,2497,'42f80b6d8676e3b1b97e74102bf03666a3070498','{\"id\":1,\"asset_id\":\"58\",\"title\":\"Home Page\",\"alias\":\"home-page\",\"introtext\":\"<table style=\\\"width: 100%;\\\" cellpadding=\\\"5\\\">\\r\\n<tbody>\\r\\n<tr valign=\\\"top\\\">\\r\\n<td style=\\\"width: 50%;\\\">Guttman &amp; Reiter Law Office --- We are experienced trial, business &amp; family Law attorneys that serve all of Tompkins, Cortla<span class=\\\"text_exposed_show\\\">nd, Onondaga, Broome, Cayuga. Schuyler &amp; Tioga Counties. We handle all areas of Law, including; Divorce, Custody, Visitation, Child Support, Collaborative &amp; Family Law, Separation Agreements, Real Estate, Trusts, Wills &amp; Estates, Business &amp; Not For Profit Law, Criminal Defense &amp; DWI Defense, General Litigation, Business Law, Tax Law, and more.<\\/span><\\/td>\\r\\n<td><img style=\\\"margin: 5px;\\\" src=\\\"images\\/practice.png\\\" alt=\\\"practice\\\" \\/><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p>&nbsp;<\\/p>\\r\\n<p>&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2015-02-03 19:58:20\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-04-14 16:55:56\",\"modified_by\":\"451\",\"checked_out\":\"451\",\"checked_out_time\":\"2015-04-14 16:55:36\",\"publish_up\":\"2015-02-03 19:58:20\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":9,\"ordering\":\"5\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"1\",\"language\":\"*\",\"xreference\":\"\"}',0),(47,10,1,'','2015-04-14 17:00:34',451,2875,'d8705ca9aa3f76efc465d394dc97356dac688714','{\"id\":10,\"asset_id\":\"69\",\"title\":\"David A. Tyler, Esq., of Counsel\",\"alias\":\"david-a-tyler\",\"introtext\":\"<img style=\\\"margin: 5px; float: left;\\\" src=\\\"images\\/davidtyler240x300.jpg\\\" alt=\\\"davidtyler240x300\\\" \\/><a href=\\\"http:\\/\\/www.davidtylerithaca.com\\/\\\" target=\\\"_blank\\\">David A. Tyler<\\/a> is of counsel to Guttman &amp; Reiter. Mr. Tyler practices in the areas of commercial and residential real estate, municipal law, estate planning and administration, and elder law.<br \\/><br \\/>A member of the New York State Bar Association, the NYSBA Real Property and Municipal Law Section, the Tompkins County Bar Association, the American Arbitration Association\\u2019s Commercial Panel, the Tompkins County Estate Planning Council, and the Sixth Judicial District Qualification Committee, Mr. Tyler received his LLB\\/Juris Doctorate degree in 1975 from Cornell University and his Bachelor of Arts degree with honors from Harvard College in 1969.<br \\/><br \\/>David is an active volunteer in the community working on the Town of Ulysses Planning Board, Town of Ulysses Comprehensive Plan Committee, Glenwood Handicapped Services, Church Board of Ulysses, Ulysses Philomathic Library Board of Trustees, and the Special Children\\u2019s Center (now Franziska Racker Centers).\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2015-04-11 15:46:08\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-04-14 17:00:34\",\"modified_by\":\"451\",\"checked_out\":\"451\",\"checked_out_time\":\"2015-04-14 17:00:15\",\"publish_up\":\"2015-04-11 15:46:08\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":5,\"ordering\":\"4\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(48,10,1,'','2015-04-14 17:29:24',451,2991,'893b2af54bc553094d40496cbef962c08f24e884','{\"id\":10,\"asset_id\":\"69\",\"title\":\"David A. Tyler, Esq., of Counsel\",\"alias\":\"david-a-tyler\",\"introtext\":\"<img style=\\\"margin: 5px; float: left;\\\" src=\\\"images\\/davidtyler240x300.jpg\\\" alt=\\\"davidtyler240x300\\\" \\/><a href=\\\"http:\\/\\/www.davidtylerithaca.com\\/\\\" target=\\\"_blank\\\">David A. Tyler<\\/a> is of counsel to Guttman &amp; Reiter. Mr. Tyler practices in the areas of commercial and residential real estate, municipal law, estate planning and administration, and elder law.<br \\/><br \\/>A member of the New York State Bar Association, the NYSBA Real Property and Municipal Law Section, the Tompkins County Bar Association, the American Arbitration Association\\u2019s Commercial Panel, the Tompkins County Estate Planning Council, and the Sixth Judicial District Qualification Committee, Mr. Tyler received his LLB\\/Juris Doctorate degree in 1975 from Cornell University and his Bachelor of Arts degree with honors from Harvard College in 1969.<br \\/><br \\/>David is an active volunteer in the community working on the Town of Ulysses Planning Board, Town of Ulysses Comprehensive Plan Committee, Glenwood Handicapped Services, Church Board of Ulysses, Ulysses Philomathic Library Board of Trustees, and the Special Children\\u2019s Center (now Franziska Racker Centers).<br \\/><br \\/><a href=\\\"http:\\/\\/www.davidtylerithaca.com\\/\\\" target=\\\"_blank\\\">Click here for David\'s Web Site<\\/a>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2015-04-11 15:46:08\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-04-14 17:29:24\",\"modified_by\":\"451\",\"checked_out\":\"451\",\"checked_out_time\":\"2015-04-14 17:28:36\",\"publish_up\":\"2015-04-11 15:46:08\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":6,\"ordering\":\"4\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(49,14,1,'','2015-04-15 20:12:18',451,1953,'ee19e7358e4fbcd21678904629e671c1cf401965','{\"id\":14,\"asset_id\":\"73\",\"title\":\"Lori Warfield, Paralegal\",\"alias\":\"lori-warfield-paralegal\",\"introtext\":\"<img style=\\\"margin: 5px; float: left;\\\" src=\\\"images\\/LoriWarfield240x300.jpg\\\" alt=\\\"LoriWarfield240x300\\\" \\/><br \\/><br \\/><br \\/><br \\/><br \\/><a href=\\\"index.php?option=com_contact&amp;view=contact&amp;id=5&amp;Itemid=125\\\">Contact Lori<\\/a>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"9\",\"created\":\"2015-04-14 14:33:09\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-04-15 20:12:18\",\"modified_by\":\"451\",\"checked_out\":\"451\",\"checked_out_time\":\"2015-04-15 20:12:06\",\"publish_up\":\"2015-04-14 14:33:09\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":2,\"ordering\":\"4\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(50,13,1,'','2015-04-15 20:12:32',451,1966,'edffd4c609266652c99632d782b2375638f7d99f','{\"id\":13,\"asset_id\":\"72\",\"title\":\"Nancy Pochily, Paralegal\",\"alias\":\"nancy-pochily-paralegal\",\"introtext\":\"<img style=\\\"margin: 5px; float: left;\\\" src=\\\"images\\/NancyGreen240x300.jpg\\\" alt=\\\"NancyGreen240x300\\\" \\/><br \\/><br \\/><br \\/><br \\/><br \\/><a href=\\\"index.php?option=com_contact&amp;view=contact&amp;id=4&amp;Itemid=124\\\" target=\\\"_top\\\">Contact Nancy<\\/a>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"9\",\"created\":\"2015-04-14 14:31:08\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-04-15 20:12:32\",\"modified_by\":\"451\",\"checked_out\":\"451\",\"checked_out_time\":\"2015-04-15 20:12:21\",\"publish_up\":\"2015-04-14 14:31:08\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":2,\"ordering\":\"3\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(51,11,1,'','2015-04-15 20:12:55',451,1981,'0e0164f8457205097b1c34b6d4ef2388646ceeef','{\"id\":11,\"asset_id\":\"70\",\"title\":\"Patricia Kannus, Paralegal\",\"alias\":\"patricia-kannus-paralegal\",\"introtext\":\"<img style=\\\"margin: 5px; float: left;\\\" src=\\\"images\\/PatriciaKannus240x300.jpg\\\" alt=\\\"PatriciaKannus240x300\\\" \\/><br \\/><br \\/><br \\/><br \\/><br \\/><a href=\\\"index.php?option=com_contact&amp;view=contact&amp;id=2&amp;Itemid=122\\\" target=\\\"_top\\\">Contact Patricia<\\/a>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"9\",\"created\":\"2015-04-14 14:18:23\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-04-15 20:12:55\",\"modified_by\":\"451\",\"checked_out\":\"451\",\"checked_out_time\":\"2015-04-15 20:12:36\",\"publish_up\":\"2015-04-14 14:18:23\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":3,\"ordering\":\"2\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(52,9,1,'','2015-04-15 20:16:05',451,3771,'4f73b6cd21c52d461fe9851549ea8b5355b1281b','{\"id\":9,\"asset_id\":\"68\",\"title\":\"Veronica E. Santana-Fr\\u00f6s\\u00e9n, Esq.\",\"alias\":\"veronica-e-santana-froesen\",\"introtext\":\"<img style=\\\"margin: 5px; float: left;\\\" src=\\\"images\\/vfrosen240x300.jpg\\\" alt=\\\"vfrosen240x300\\\" \\/>Veronica E. Santana-Fr\\u00f6s\\u00e9n is an associate attorney with Guttman &amp; Reiter.&nbsp;Veronica has experience in criminal defense, family law litigation, real estate transactions and disputes, trademark matters, business organizations and nonprofit formation, immigration law and removal defense, and basic estate planning. Her love for the courtroom and savvy advocacy provide each and one of her clients with aggressive and dedicated legal representation.<br \\/><br \\/>Veronica&nbsp;teaches Legal Environment of Business among other courses for the Legal Studies program of the School of Business at Ithaca College. Additionally, she is an active member of the Academy of Legal Studies in Business, the New York State Bar Association, the Finger Lakes Women\'s Bar Association and the Tompkins County Bar Association.<br \\/><br \\/>As a law graduate,&nbsp;Veronica was awarded a fellowship position with the Justice Action Center of New York Law School. As a component of the graduate fellowship, she worked with Moskowitz, Book and Walsh, LLP in the areas of real estate and employment discrimination.<br \\/><br \\/>While in law school,&nbsp;Veronica gained experience as a Legal Advocacy Fellow for a non-profit organization to advocate for domestic violence victims. She successfully obtained VAWA and U-Visa status for a number of clients as well as advocated for clients to obtain housing, resolve criminal issues, and navigate social security matters.&nbsp;Veronica followed this fellowship post with a prestigious internship at the King\'s County District Attorney\'s Office in 2009 where she observed criminal court daily and conducted research for a number of Assistant District Attorneys.<br \\/><br \\/>Veronica&nbsp;was awarded her Juris Doctorate degree with honors in June 2009 from New York Law School and her Bachelor of Arts degree with honors in International Relations from the University of California at Davis in 2005.\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2015-04-11 15:42:43\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-04-15 20:16:05\",\"modified_by\":\"451\",\"checked_out\":\"451\",\"checked_out_time\":\"2015-04-15 20:15:01\",\"publish_up\":\"2015-04-11 15:42:43\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":3,\"ordering\":\"3\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(53,10,1,'','2015-04-15 20:19:29',451,2989,'0fcc0f57e97e2f26c7404bc5fc118cf79d2c9da0','{\"id\":10,\"asset_id\":\"69\",\"title\":\"David A. Tyler, Esq., of Counsel\",\"alias\":\"david-a-tyler\",\"introtext\":\"<img style=\\\"margin: 5px; float: left;\\\" src=\\\"images\\/davidtyler240x300.jpg\\\" alt=\\\"davidtyler240x300\\\" \\/><a href=\\\"http:\\/\\/www.davidtylerithaca.com\\/\\\" target=\\\"_blank\\\">David A. Tyler<\\/a> is of counsel to Guttman &amp; Reiter.&nbsp;David practices in the areas of commercial and residential real estate, municipal law, estate planning and administration, and elder law. <br \\/><br \\/>A member of the New York State Bar Association, the NYSBA Real Property and Municipal Law Section, the Tompkins County Bar Association, the American Arbitration Association\\u2019s Commercial Panel, the Tompkins County Estate Planning Council, and the Sixth Judicial District Qualification Committee, David received his LLB\\/Juris Doctorate degree in 1975 from Cornell University and his Bachelor of Arts degree with honors from Harvard College in 1969.<br \\/><br \\/>David is an active volunteer in the community working on the Town of Ulysses Planning Board, Town of Ulysses Comprehensive Plan Committee, Glenwood Handicapped Services, Church Board of Ulysses, Ulysses Philomathic Library Board of Trustees, and the Special Children\\u2019s Center (now Franziska Racker Centers).<br \\/><br \\/><a href=\\\"http:\\/\\/www.davidtylerithaca.com\\/\\\" target=\\\"_blank\\\">Click here for David\'s Web Site<\\/a>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2015-04-11 15:46:08\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-04-15 20:19:29\",\"modified_by\":\"451\",\"checked_out\":\"451\",\"checked_out_time\":\"2015-04-15 20:18:43\",\"publish_up\":\"2015-04-11 15:46:08\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":7,\"ordering\":\"4\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(54,1,1,'','2015-04-15 20:28:43',451,3584,'23c99d32dd577308314b090a318eb218e1c99e73','{\"id\":1,\"asset_id\":\"58\",\"title\":\"Home Page\",\"alias\":\"home-page\",\"introtext\":\"<table style=\\\"width: 100%;\\\" cellpadding=\\\"5\\\">\\r\\n<tbody>\\r\\n<tr valign=\\\"top\\\">\\r\\n<td style=\\\"width: 50%;\\\"><span class=\\\"text_exposed_show\\\">We are experienced trial, business and family law attorneys that serve all of Tompkins, Cortland, Onondaga, Broome, Cayuga, Schuyler and Tioga Counties. Located in downtown Ithaca, New York, Guttmann &amp; Reiter is a general practice law firm that offers services in:<br \\/>\\r\\n<ul>\\r\\n<li><a target=\\\"_top\\\" href=\\\"index.php?option=com_content&amp;view=article&amp;id=4&amp;Itemid=112\\\">Collaborative &amp; Family Law<\\/a><\\/li>\\r\\n<li><a href=\\\"index.php?option=com_content&amp;view=article&amp;id=8&amp;Itemid=116\\\">Criminal &amp; DWI Defense<\\/a><\\/li>\\r\\n<li><a target=\\\"_top\\\" href=\\\"index.php?option=com_content&amp;view=article&amp;id=5&amp;Itemid=113\\\">Real Estate<\\/a><\\/li>\\r\\n<li><a target=\\\"_top\\\" href=\\\"index.php?option=com_content&amp;view=article&amp;id=6&amp;Itemid=114\\\">Wills &amp; Estates<\\/a><\\/li>\\r\\n<li><a target=\\\"_top\\\" href=\\\"index.php?option=com_content&amp;view=article&amp;id=7&amp;Itemid=115\\\">Business &amp; Not-For-Profit<\\/a><\\/li>\\r\\n<\\/ul>\\r\\nOur four attorneys offer over 90 years combined in practicing law in our area.&nbsp; They are members of the New York State Bar Association and the Tompkins County Bar Association.&nbsp; As part of the greater Ithaca community, our attorneys are active on volunteer board positions and in organizations including, YMCA, Hospicare, Community Housing of Ithaca, Finger Lakes GrassRoots, Ulysses Philomathic Library, Glenwood Handicapped Services, and others.&nbsp;&nbsp; Our professional experience, commitment, and connection to our community all contribute to your experience with Guttman &amp; Reiter.<\\/span><\\/td>\\r\\n<td><img style=\\\"margin: 5px;\\\" src=\\\"images\\/practice.png\\\" alt=\\\"practice\\\" \\/><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p>&nbsp;<\\/p>\\r\\n<p>&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2015-02-03 19:58:20\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-04-15 20:28:43\",\"modified_by\":\"451\",\"checked_out\":\"451\",\"checked_out_time\":\"2015-04-15 20:24:45\",\"publish_up\":\"2015-02-03 19:58:20\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":10,\"ordering\":\"5\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"1\",\"language\":\"*\",\"xreference\":\"\"}',0),(55,12,1,'','2015-04-15 21:13:50',451,1960,'5c6e48df9e1c13dfa7dc35504b4a3076ffca0c11','{\"id\":12,\"asset_id\":\"71\",\"title\":\"Debra Hines, Paralegal\",\"alias\":\"debra-hines-paralegal\",\"introtext\":\"<img style=\\\"margin: 5px; float: left;\\\" src=\\\"images\\/DebraHines240x300.jpg\\\" alt=\\\"DebraHines240x300\\\" \\/><br \\/><br \\/><br \\/><br \\/><br \\/><a href=\\\"index.php?option=com_contact&amp;view=contact&amp;id=3&amp;Itemid=123\\\" target=\\\"_top\\\">Contact Deb<\\/a>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"9\",\"created\":\"2015-04-14 14:28:45\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-04-15 21:13:50\",\"modified_by\":\"451\",\"checked_out\":\"451\",\"checked_out_time\":\"2015-04-15 21:13:38\",\"publish_up\":\"2015-04-14 14:28:45\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":2,\"ordering\":\"1\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(56,11,1,'','2015-04-15 21:14:05',451,1976,'ea277895000a703b5ecc2bb44464cd15114a4294','{\"id\":11,\"asset_id\":\"70\",\"title\":\"Patricia Kannus, Paralegal\",\"alias\":\"patricia-kannus-paralegal\",\"introtext\":\"<img style=\\\"margin: 5px; float: left;\\\" src=\\\"images\\/PatriciaKannus240x300.jpg\\\" alt=\\\"PatriciaKannus240x300\\\" \\/><br \\/><br \\/><br \\/><br \\/><br \\/><a href=\\\"index.php?option=com_contact&amp;view=contact&amp;id=2&amp;Itemid=122\\\" target=\\\"_top\\\">Contact Pat<\\/a>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"9\",\"created\":\"2015-04-14 14:18:23\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-04-15 21:14:05\",\"modified_by\":\"451\",\"checked_out\":\"451\",\"checked_out_time\":\"2015-04-15 21:13:54\",\"publish_up\":\"2015-04-14 14:18:23\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":4,\"ordering\":\"2\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(57,5,1,'','2015-04-22 15:09:52',451,3142,'e9480247cd2819a522432c79645ef3d9f8fedf31','{\"id\":5,\"asset_id\":\"64\",\"title\":\"Real Estate\",\"alias\":\"real-estate\",\"introtext\":\"<img style=\\\"margin: 5px; float: right;\\\" alt=\\\"realestate400\\\" src=\\\"images\\/realestate400.jpg\\\" \\/>Real estate law directly or indirectly impacts most of us on a daily basis, whether you are a homeowner, tenant, landlord, home buyer, home seller or you are refinancing.&nbsp;&nbsp; Dealing with the right to possess, use, and enjoy land can involve many matters and issues.<br \\/><br \\/>Our attorneys\\u2019 experience and attention to detail works to make your real estate transaction as smooth as possible.&nbsp; Research and diligence in each step of the process helps to guide your purchase, sale, dispute, refinance or other real estate matter to a successful outcome.<br \\/><br \\/>Deeds, Judgments &amp; Mortgages Search:<br \\/><a target=\\\"_blank\\\" href=\\\"https:\\/\\/portal2.recordfusion.com\\/countyweb\\/login.do?countyname=Tompkins\\\">Tompkins County Clerk<\\/a><br \\/><a target=\\\"_blank\\\" href=\\\"http:\\/\\/www.gobcclerk.com\\/\\\">Broome County Clerk<\\/a><br \\/><br \\/>Maps:<br \\/><a target=\\\"_blank\\\" href=\\\"http:\\/\\/geo.tompkins-co.org\\/geoportal\\/html\\/gallery-grid.html\\\">Tompkins County GIS<\\/a><br \\/><a target=\\\"_blank\\\" href=\\\"http:\\/\\/66.194.51.98\\/index_files\\/page0002.htm\\\">Tioga County GIS<\\/a><br \\/><a target=\\\"_blank\\\" href=\\\"http:\\/\\/broomegis.co.broome.ny.us\\/Website\\/GISWeb\\/Portal.htm\\\">Broome County GIS<\\/a><br \\/><br \\/>Title Insurance Rate Calculator:<br \\/><a target=\\\"_blank\\\" href=\\\"http:\\/\\/nyrates.ctic.com\\/\\\">Chicago Title<\\/a>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2015-02-03 20:39:32\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-04-22 15:09:52\",\"modified_by\":\"451\",\"checked_out\":\"451\",\"checked_out_time\":\"2015-04-22 15:07:15\",\"publish_up\":\"2015-02-03 20:39:32\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":2,\"ordering\":\"3\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"3\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(58,5,1,'','2015-04-22 15:10:57',451,3142,'a7cb6b8be7f2880b7bb9ca9bacfb3c330d420177','{\"id\":5,\"asset_id\":\"64\",\"title\":\"Real Estate\",\"alias\":\"real-estate\",\"introtext\":\"<img style=\\\"margin: 5px; float: right;\\\" src=\\\"images\\/realestate400.jpg\\\" alt=\\\"realestate400\\\" \\/>Real estate law directly or indirectly impacts most of us on a daily basis, whether you are a homeowner, tenant, landlord, home buyer, home seller or you are refinancing.&nbsp;&nbsp; Dealing with the right to possess, use, and enjoy land can involve many matters and issues.<br \\/><br \\/>Our attorneys\\u2019 experience and attention to detail works to make your real estate transaction as smooth as possible.&nbsp; Research and diligence in each step of the process helps to guide your purchase, sale, dispute, refinance or other real estate matter to a successful outcome.<br \\/><br \\/>Deeds, Judgments &amp; Mortgages Search:<br \\/><a href=\\\"https:\\/\\/portal2.recordfusion.com\\/countyweb\\/login.do?countyname=Tompkins\\\" target=\\\"_blank\\\">Tompkins County Clerk<\\/a><br \\/><a href=\\\"http:\\/\\/www.gobcclerk.com\\/\\\" target=\\\"_blank\\\">Broome County Clerk<\\/a><br \\/><br \\/>Maps:<br \\/><a href=\\\"http:\\/\\/geo.tompkins-co.org\\/geoportal\\/html\\/gallery-grid.html\\\" target=\\\"_blank\\\">Tompkins County GIS<\\/a><br \\/><a href=\\\"http:\\/\\/66.194.51.98\\/index_files\\/page0002.htm\\\" target=\\\"_blank\\\">Tioga County GIS<\\/a><br \\/><a href=\\\"http:\\/\\/broomegis.co.broome.ny.us\\/Website\\/GISWeb\\/Portal.htm\\\" target=\\\"_blank\\\">Broome County GIS<\\/a><br \\/><br \\/>Title Insurance Rate Calculator:<br \\/><a href=\\\"http:\\/\\/nyrates.ctic.com\\/\\\" target=\\\"_blank\\\">Chicago Title<\\/a>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2015-02-03 20:39:32\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-04-22 15:10:57\",\"modified_by\":\"451\",\"checked_out\":\"451\",\"checked_out_time\":\"2015-04-22 15:10:36\",\"publish_up\":\"2015-02-03 20:39:32\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":3,\"ordering\":\"3\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"4\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(59,5,1,'','2015-05-22 14:22:32',451,3143,'afe29803a43839abce99b53ab3e6f1d91366188c','{\"id\":5,\"asset_id\":\"64\",\"title\":\"Real Estate\",\"alias\":\"real-estate\",\"introtext\":\"<img style=\\\"margin: 5px; float: right;\\\" src=\\\"images\\/realestate400.jpg\\\" alt=\\\"realestate400\\\" \\/>Real Estate Law directly or indirectly impacts most of us on a daily basis, whether you are a homeowner, tenant, landlord, home buyer, home seller or are refinancing a loan.&nbsp;&nbsp; Dealing with the right to possess, use, and enjoy land can involve many matters and issues.<br \\/><br \\/>Our attorneys\\u2019 experience and attention to detail helps make your real estate transaction as smooth as possible.&nbsp; Research and diligence in each step of the process helps to guide your purchase, sale, dispute, refinance or other real estate matter to a successful outcome.<br \\/><br \\/>Deeds, Judgments &amp; Mortgages Search:<br \\/><a href=\\\"https:\\/\\/portal2.recordfusion.com\\/countyweb\\/login.do?countyname=Tompkins\\\" target=\\\"_blank\\\">Tompkins County Clerk<\\/a><br \\/><a href=\\\"http:\\/\\/www.gobcclerk.com\\/\\\" target=\\\"_blank\\\">Broome County Clerk<\\/a><br \\/><br \\/>Maps:<br \\/><a href=\\\"http:\\/\\/geo.tompkins-co.org\\/geoportal\\/html\\/gallery-grid.html\\\" target=\\\"_blank\\\">Tompkins County GIS<\\/a><br \\/><a href=\\\"http:\\/\\/66.194.51.98\\/index_files\\/page0002.htm\\\" target=\\\"_blank\\\">Tioga County GIS<\\/a><br \\/><a href=\\\"http:\\/\\/broomegis.co.broome.ny.us\\/Website\\/GISWeb\\/Portal.htm\\\" target=\\\"_blank\\\">Broome County GIS<\\/a><br \\/><br \\/>Title Insurance Rate Calculator:<br \\/><a href=\\\"http:\\/\\/nyrates.ctic.com\\/\\\" target=\\\"_blank\\\">Chicago Title<\\/a>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2015-02-03 20:39:32\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-05-22 14:22:32\",\"modified_by\":\"451\",\"checked_out\":\"451\",\"checked_out_time\":\"2015-05-22 14:21:00\",\"publish_up\":\"2015-02-03 20:39:32\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":4,\"ordering\":\"3\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"19\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(60,4,1,'','2015-05-22 14:26:13',451,2573,'934780f068374f07865882cdc25b3a9d5e7c7874','{\"id\":4,\"asset_id\":\"63\",\"title\":\"Collaborative & Family Law\",\"alias\":\"collaborative-family-law\",\"introtext\":\"<img style=\\\"margin: 5px; float: left;\\\" alt=\\\"handshake\\\" src=\\\"images\\/handshake.png\\\" \\/>Collaborative Law embraces the concept that the best solution is to resolve differences by working on them together and reaching a reasonable settlement instead of going to court.&nbsp; This concept can be applied to separation agreements, divorce, and custody matters&nbsp;&nbsp; Our collaborative trained attorneys will guide you through the process,&nbsp; which involves four-way conferences between parties and their attorneys.&nbsp; With the goal of settlement, this is an economically viable option for many parties that allows for resolution of issues in a manner that addresses the specific needs of each couple.&nbsp;&nbsp; More information can be found at <a target=\\\"_blank\\\" href=\\\"http:\\/\\/collab-law.com\\/\\\">Ithaca Area Collaborative Law Professionals<\\/a>.\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2015-02-03 20:39:21\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-05-22 14:26:13\",\"modified_by\":\"451\",\"checked_out\":\"451\",\"checked_out_time\":\"2015-05-22 14:25:01\",\"publish_up\":\"2015-02-03 20:39:21\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":2,\"ordering\":\"4\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"13\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(61,4,1,'','2015-05-22 14:29:22',451,3918,'c1d52bfad9b8d9822f280f64c7e43e13e86092e9','{\"id\":4,\"asset_id\":\"63\",\"title\":\"Collaborative & Family Law\",\"alias\":\"collaborative-family-law\",\"introtext\":\"<img style=\\\"margin: 5px; float: left;\\\" src=\\\"images\\/handshake.png\\\" alt=\\\"handshake\\\" \\/><strong>Collaborative Law<\\/strong> embraces the concept that the best solution is to resolve differences by working on them together and reaching a reasonable settlement instead of going to court.&nbsp; This concept can be applied to separation agreements, divorce, and custody matters&nbsp;&nbsp; Our collaborative trained attorneys will guide you through the process,&nbsp; which involves four-way conferences between parties and their attorneys.&nbsp; With the goal of settlement, this is an economically viable option for many parties that allows for resolution of issues in a manner that addresses the specific needs of each couple.&nbsp;&nbsp; More information can be found at <a href=\\\"http:\\/\\/collab-law.com\\/\\\" target=\\\"_blank\\\">Ithaca Area Collaborative Law Professionals<\\/a>.<br \\/><br \\/><br \\/><br \\/><br \\/><strong><img class=\\\"caption\\\" title=\\\"Images courtesy of xedos4 at FreeDigitalPhotos.net\\\" style=\\\"margin: 5px; float: right;\\\" alt=\\\"bikes\\\" src=\\\"images\\/bikes.png\\\" \\/>Family Law<\\/strong> includes a variety of matters for clients such as custody, support, adoption and guardianship.&nbsp; Our attorneys advocate for your rights in these emotional matters through negotiation towards settlement or, if needed, courtroom representation.&nbsp; While our attorneys have worked extensively in Family Court, Family Treatment Court, and Supreme Court, it is our known ability to negotiate workable long-term resolutions will work to your advantage in your family law matter.<br \\/><br \\/>Resources:<br \\/>\\r\\n<ul>\\r\\n<li>Family &amp; Children\\u2019s Service of Ithaca&nbsp;&nbsp; <a target=\\\"_blank\\\" href=\\\"http:\\/\\/www.fcsith.org\\/\\\">http:\\/\\/www.fcsith.org\\/<\\/a><\\/li>\\r\\n<li>New York State Parent Education &amp; Awareness Program&nbsp; <a target=\\\"_blank\\\" href=\\\"https:\\/\\/www.nycourts.gov\\/ip\\/parent-ed\\/\\\">https:\\/\\/www.nycourts.gov\\/ip\\/parent-ed\\/<\\/a><\\/li>\\r\\n<li>NYS Parent Handbook&nbsp;&nbsp; <a target=\\\"_blank\\\" href=\\\"http:\\/\\/www.nycourts.gov\\/IP\\/parent-ed\\/pdf\\/ParentsHandbook.pdf\\\">http:\\/\\/www.nycourts.gov\\/IP\\/parent-ed\\/pdf\\/ParentsHandbook.pdf<\\/a><\\/li>\\r\\n<\\/ul>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2015-02-03 20:39:21\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-05-22 14:29:22\",\"modified_by\":\"451\",\"checked_out\":\"451\",\"checked_out_time\":\"2015-05-22 14:27:06\",\"publish_up\":\"2015-02-03 20:39:21\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":3,\"ordering\":\"4\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"13\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(62,4,1,'','2015-05-22 14:30:42',451,4064,'0e0ec6bee66c40d68177d67df77ab21c232b002c','{\"id\":4,\"asset_id\":\"63\",\"title\":\"Collaborative & Family Law\",\"alias\":\"collaborative-family-law\",\"introtext\":\"<img style=\\\"margin: 5px; float: left;\\\" src=\\\"images\\/handshake.png\\\" alt=\\\"handshake\\\" \\/><strong>Collaborative Law<\\/strong> embraces the concept that the best solution is to resolve differences by working on them together and reaching a reasonable settlement instead of going to court.&nbsp; This concept can be applied to separation agreements, divorce, and custody matters&nbsp;&nbsp; Our collaborative trained attorneys will guide you through the process,&nbsp; which involves four-way conferences between parties and their attorneys.&nbsp; With the goal of settlement, this is an economically viable option for many parties that allows for resolution of issues in a manner that addresses the specific needs of each couple.&nbsp;&nbsp; More information can be found at <a href=\\\"http:\\/\\/collab-law.com\\/\\\" target=\\\"_blank\\\">Ithaca Area Collaborative Law Professionals<\\/a>.<br \\/><br \\/><br \\/><br \\/><br \\/><strong><img class=\\\"caption\\\" style=\\\"margin: 5px; float: right;\\\" title=\\\"Images courtesy of xedos4 at FreeDigitalPhotos.net\\\" src=\\\"images\\/bikes.png\\\" alt=\\\"bikes\\\" \\/>Family Law<\\/strong> includes a variety of matters for clients such as custody, support, adoption and guardianship.&nbsp; Our attorneys advocate for your rights in these emotional matters through negotiation towards settlement or, if needed, courtroom representation.&nbsp; While our attorneys have worked extensively in Family Court, Family Treatment Court, and Supreme Court, it is our known ability to negotiate workable long-term resolutions will work to your advantage in your family law matter.<br \\/><br \\/>Resources:<br \\/>\\r\\n<ul>\\r\\n<li>Family &amp; Children\\u2019s Service of Ithaca&nbsp;&nbsp; <a href=\\\"http:\\/\\/www.fcsith.org\\/\\\" target=\\\"_blank\\\">http:\\/\\/www.fcsith.org\\/<\\/a><\\/li>\\r\\n<li>New York State Parent Education &amp; Awareness Program&nbsp; <a href=\\\"https:\\/\\/www.nycourts.gov\\/ip\\/parent-ed\\/\\\" target=\\\"_blank\\\">https:\\/\\/www.nycourts.gov\\/ip\\/parent-ed\\/<\\/a><\\/li>\\r\\n<li>NYS Parent Handbook&nbsp;&nbsp; <a href=\\\"http:\\/\\/www.nycourts.gov\\/IP\\/parent-ed\\/pdf\\/ParentsHandbook.pdf\\\" target=\\\"_blank\\\">http:\\/\\/www.nycourts.gov\\/IP\\/parent-ed\\/pdf\\/ParentsHandbook.pdf<\\/a><\\/li>\\r\\n<\\/ul>\\r\\n<hr \\/>\\r\\n<div style=\\\"text-align: right;\\\"><span style=\\\"font-size: 8pt;\\\">Images courtesy of xedos4 at FreeDigitalPhotos.net<\\/span><\\/div>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2015-02-03 20:39:21\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-05-22 14:30:42\",\"modified_by\":\"451\",\"checked_out\":\"451\",\"checked_out_time\":\"2015-05-22 14:29:22\",\"publish_up\":\"2015-02-03 20:39:21\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":4,\"ordering\":\"4\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"14\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(63,8,1,'','2015-05-22 14:32:54',451,2352,'28f0ef3e548fc295d1c9e8460c51c7c7ae8fcbe5','{\"id\":8,\"asset_id\":\"67\",\"title\":\"Criminal & DWI Defense\",\"alias\":\"criminal-dwi-defense\",\"introtext\":\"Criminal Defense is a process with which our attorneys are fully familiar.&nbsp; We will advise you as to your best options at every step of the process.&nbsp;&nbsp; From your initial appearance to negotiations on offers and pleas, our attorneys are diligent, knowledgeable, and work tirelessly for your best outcome.<br \\/><br \\/>Resources:<br \\/>\\r\\n<ul>\\r\\n<li><a target=\\\"_blank\\\" href=\\\"https:\\/\\/www.nycourts.gov\\/litigants\\/crimjusticesyshandbk.shtml\\\">New York Courts Criminal Justice System Handbook<\\/a><\\/li>\\r\\n<\\/ul>\\r\\n<br \\/><hr \\/><span style=\\\"font-size: 8pt;\\\">Images courtesy of&nbsp;Salvatore Vuono at FreeDigitalPhotos.net<\\/span>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2015-02-03 20:40:05\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-05-22 14:32:54\",\"modified_by\":\"451\",\"checked_out\":\"451\",\"checked_out_time\":\"2015-05-22 14:31:09\",\"publish_up\":\"2015-02-03 20:40:05\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":2,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"2\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(64,6,1,'','2015-05-22 14:36:41',451,3148,'a888baff9ee48bf0a49a85aee8344bca5f973a34','{\"id\":6,\"asset_id\":\"65\",\"title\":\"Wills & Estates\",\"alias\":\"wills-estates\",\"introtext\":\"<strong><img style=\\\"margin: 5px; float: left;\\\" alt=\\\"elderlaw\\\" src=\\\"images\\/elderlaw.png\\\" \\/>Estate Planning &amp; Elder Law<\\/strong> includes consideration to wealth preservation and tax-related consequences, gifts, trusts, wills, powers of attorney, health care proxies, and estate administration.&nbsp; Our attorneys can help you navigate this detailed area of law with advice and strategies to best reflect your intentions, needs, and rights.<br \\/><br \\/>Resources:<br \\/>\\r\\n<ul>\\r\\n<li><a target=\\\"_blank\\\" href=\\\"http:\\/\\/www.tompkinscountyny.gov\\/cofa\\\">Tompkins County Office for the Aging <\\/a><\\/li>\\r\\n<li><a target=\\\"_blank\\\" href=\\\"http:\\/\\/www.gobroomecounty.com\\/senior\\/\\\">Broome County Office for the AgingBroome County Office for the Aging<\\/a><\\/li>\\r\\n<li><a target=\\\"_blank\\\" href=\\\"http:\\/\\/aging.cortland-co.org\\/\\\">Cortland County Area Agency on Aging<\\/a><\\/li>\\r\\n<li><a target=\\\"_blank\\\" href=\\\"http:\\/\\/www.cayugacounty.us\\/Community\\/Office-for-the-Aging\\\">Cayuga County Office for the AgingCayuga County Office for the Aging<\\/a><\\/li>\\r\\n<li><a target=\\\"_blank\\\" href=\\\"http:\\/\\/www.tiogaopp.org\\/index.cfm?fuseaction=dep_intro&amp;dept_id=4\\\">Tioga Opportunities, Department of AgingTioga Opportunities, Department of Aging<\\/a><\\/li>\\r\\n<\\/ul>\\r\\n<br \\/><br \\/><br \\/><hr \\/>\\r\\n<div style=\\\"text-align: right;\\\"><span style=\\\"font-size: 8pt;\\\">Images courtesy of&nbsp;stockimages at FreeDigitalPhotos.net<\\/span><\\/div>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2015-02-03 20:39:45\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-05-22 14:36:41\",\"modified_by\":\"451\",\"checked_out\":\"451\",\"checked_out_time\":\"2015-05-22 14:33:21\",\"publish_up\":\"2015-02-03 20:39:45\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":2,\"ordering\":\"2\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"3\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(65,7,1,'','2015-05-22 14:39:57',451,2757,'3bfb78281ab635911c03623916c0d8b724a31d99','{\"id\":7,\"asset_id\":\"66\",\"title\":\"Business & Not For Profit\",\"alias\":\"business-not-for-profit\",\"introtext\":\"<img style=\\\"margin: 5px; float: right;\\\" alt=\\\"businesslaw\\\" src=\\\"images\\/businesslaw.png\\\" \\/>Business &amp; Not-for-Profit Law reaches from selecting and establishing specific business formations to litigation in contract disputes.&nbsp; Our attorneys\\u2019 experience in the intricacies of contracts, knowledge and advice of changing business laws, and expert negotiation skills are beneficial assets to you in all areas of this field.<br \\/><br \\/>Resources:<br \\/>\\r\\n<ul>\\r\\n<li><a target=\\\"_blank\\\" href=\\\"http:\\/\\/www.sba.gov\\/\\\">U.S. Small Business Association <\\/a><\\/li>\\r\\n<li><a target=\\\"_blank\\\" href=\\\"http:\\/\\/www.nyfirst.ny.gov\\/ResourceCenter\\/smallbizmenu.html\\\">NYS Resources for Small Business<\\/a><\\/li>\\r\\n<li><a target=\\\"_blank\\\" href=\\\"http:\\/\\/www.charitiesnys.com\\/registration_reporting_new.jsp\\\">Charities NYS.com Registration &amp; Reporting <\\/a><\\/li>\\r\\n<\\/ul>\\r\\n<br \\/><hr \\/>\\r\\n<div style=\\\"text-align: right;\\\"><span style=\\\"font-size: 8pt;\\\">Image courtesy of arztsamui at FreeDigitalPhotos.net<\\/span><\\/div>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2015-02-03 20:39:55\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-05-22 14:39:57\",\"modified_by\":\"451\",\"checked_out\":\"451\",\"checked_out_time\":\"2015-05-22 14:37:36\",\"publish_up\":\"2015-02-03 20:39:55\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":2,\"ordering\":\"1\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"1\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(66,6,1,'','2015-05-22 14:41:23',451,3040,'bba28c707c92df436d3651502e1cbdb94925603b','{\"id\":6,\"asset_id\":\"65\",\"title\":\"Wills & Estates\",\"alias\":\"wills-estates\",\"introtext\":\"<strong><img style=\\\"margin: 5px; float: left;\\\" src=\\\"images\\/elderlaw.png\\\" alt=\\\"elderlaw\\\" \\/>Estate Planning &amp; Elder Law<\\/strong> includes consideration to wealth preservation and tax-related consequences, gifts, trusts, wills, powers of attorney, health care proxies, and estate administration.&nbsp; Our attorneys can help you navigate this detailed area of law with advice and strategies to best reflect your intentions, needs, and rights.<br \\/><br \\/>Resources:<br \\/>\\r\\n<ul>\\r\\n<li><a href=\\\"http:\\/\\/www.tompkinscountyny.gov\\/cofa\\\" target=\\\"_blank\\\">Tompkins County Office for the Aging <\\/a><\\/li>\\r\\n<li><a href=\\\"http:\\/\\/www.gobroomecounty.com\\/senior\\/\\\" target=\\\"_blank\\\">Broome County Office for the Aging<\\/a><\\/li>\\r\\n<li><a href=\\\"http:\\/\\/aging.cortland-co.org\\/\\\" target=\\\"_blank\\\">Cortland County Area Agency on Aging<\\/a><\\/li>\\r\\n<li><a href=\\\"http:\\/\\/www.cayugacounty.us\\/Community\\/Office-for-the-Aging\\\" target=\\\"_blank\\\">Cayuga County Office for the Aging<\\/a><\\/li>\\r\\n<li><a href=\\\"http:\\/\\/www.tiogaopp.org\\/index.cfm?fuseaction=dep_intro&amp;dept_id=4\\\" target=\\\"_blank\\\">Tioga Opportunities, Department of Aging<\\/a><\\/li>\\r\\n<\\/ul>\\r\\n<br \\/><br \\/><br \\/><hr \\/>\\r\\n<div style=\\\"text-align: right;\\\"><span style=\\\"font-size: 8pt;\\\">Images courtesy of&nbsp;stockimages at FreeDigitalPhotos.net<\\/span><\\/div>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2015-02-03 20:39:45\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-05-22 14:41:23\",\"modified_by\":\"451\",\"checked_out\":\"451\",\"checked_out_time\":\"2015-05-22 14:41:03\",\"publish_up\":\"2015-02-03 20:39:45\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":3,\"ordering\":\"2\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"6\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(67,4,1,'','2015-05-22 14:43:43',451,3884,'8c16a508cf188e70a775acf3ba1c08923864d718','{\"id\":4,\"asset_id\":\"63\",\"title\":\"Collaborative & Family Law\",\"alias\":\"collaborative-family-law\",\"introtext\":\"<img style=\\\"margin: 5px; float: left;\\\" src=\\\"images\\/handshake.png\\\" alt=\\\"handshake\\\" \\/><strong>Collaborative Law<\\/strong> embraces the concept that the best solution is to resolve differences by working on them together and reaching a reasonable settlement instead of going to court.&nbsp; This concept can be applied to separation agreements, divorce, and custody matters&nbsp;&nbsp; Our collaborative trained attorneys will guide you through the process,&nbsp; which involves four-way conferences between parties and their attorneys.&nbsp; With the goal of settlement, this is an economically viable option for many parties that allows for resolution of issues in a manner that addresses the specific needs of each couple.<br \\/><br \\/>More information can be found at <a href=\\\"http:\\/\\/collab-law.com\\/\\\" target=\\\"_blank\\\">Ithaca Area Collaborative Law Professionals<\\/a>.<br \\/><br \\/><br \\/><strong><img class=\\\"caption\\\" style=\\\"margin: 5px; float: right;\\\" title=\\\"Images courtesy of xedos4 at FreeDigitalPhotos.net\\\" src=\\\"images\\/bikes.png\\\" alt=\\\"bikes\\\" \\/>Family Law<\\/strong> includes a variety of matters for clients such as custody, support, adoption and guardianship.&nbsp; Our attorneys advocate for your rights in these emotional matters through negotiation towards settlement or, if needed, courtroom representation.&nbsp; While our attorneys have worked extensively in Family Court, Family Treatment Court, and Supreme Court, it is our known ability to negotiate workable long-term resolutions will work to your advantage in your family law matter.<br \\/><br \\/>Resources:<br \\/>\\r\\n<ul>\\r\\n<li><a href=\\\"http:\\/\\/www.fcsith.org\\/\\\" target=\\\"_blank\\\">Family &amp; Children\\u2019s Service of Ithaca<\\/a><\\/li>\\r\\n<li><a href=\\\"https:\\/\\/www.nycourts.gov\\/ip\\/parent-ed\\/\\\" target=\\\"_blank\\\">New York State Parent Education &amp; Awareness Program<\\/a><\\/li>\\r\\n<li><a href=\\\"http:\\/\\/www.nycourts.gov\\/IP\\/parent-ed\\/pdf\\/ParentsHandbook.pdf\\\" target=\\\"_blank\\\">NYS Parent Handbook<\\/a><\\/li>\\r\\n<\\/ul>\\r\\n<hr \\/>\\r\\n<div style=\\\"text-align: right;\\\"><span style=\\\"font-size: 8pt;\\\">Images courtesy of xedos4 at FreeDigitalPhotos.net<\\/span><\\/div>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2015-02-03 20:39:21\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-05-22 14:43:43\",\"modified_by\":\"451\",\"checked_out\":\"451\",\"checked_out_time\":\"2015-05-22 14:42:24\",\"publish_up\":\"2015-02-03 20:39:21\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":5,\"ordering\":\"4\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"16\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(68,1,1,'','2015-05-22 15:03:08',451,3705,'6ea35c9816426d3351e44373a6653fe2e4374828','{\"id\":1,\"asset_id\":\"58\",\"title\":\"Home Page\",\"alias\":\"home-page\",\"introtext\":\"<table style=\\\"width: 100%;\\\" cellpadding=\\\"5\\\">\\r\\n<tbody>\\r\\n<tr valign=\\\"top\\\">\\r\\n<td style=\\\"width: 50%;\\\"><span class=\\\"text_exposed_show\\\"><span class=\\\"text_exposed_show\\\">We are experienced trial, business and family law attorneys that serve all of Tompkins, Cortland, Onondaga, Broome, Cayuga, Schuyler and Tioga Counties. Located in downtown Ithaca, New York, Guttmann &amp; Reiter is a general practice law firm that offers services in:<br \\/><\\/span><\\/span>\\r\\n<ul>\\r\\n<li><a href=\\\"index.php?option=com_content&amp;view=article&amp;id=4&amp;Itemid=112\\\" target=\\\"_top\\\">Collaborative &amp; Family Law<\\/a><\\/li>\\r\\n<li><a href=\\\"index.php?option=com_content&amp;view=article&amp;id=8&amp;Itemid=116\\\">Criminal &amp; DWI Defense<\\/a><\\/li>\\r\\n<li><a href=\\\"index.php?option=com_content&amp;view=article&amp;id=5&amp;Itemid=113\\\" target=\\\"_top\\\">Real Estate<\\/a><\\/li>\\r\\n<li><a href=\\\"index.php?option=com_content&amp;view=article&amp;id=6&amp;Itemid=114\\\" target=\\\"_top\\\">Wills &amp; Estates<\\/a><\\/li>\\r\\n<li><a href=\\\"index.php?option=com_content&amp;view=article&amp;id=7&amp;Itemid=115\\\" target=\\\"_top\\\">Business &amp; Not-For-Profit<\\/a><\\/li>\\r\\n<\\/ul>\\r\\n<span class=\\\"text_exposed_show\\\">Our four attorneys offer over 90 years combined in practicing law in our area.&nbsp; They are members of the New York State Bar Association and the Tompkins County Bar Association.&nbsp; As part of the greater Ithaca community, our attorneys are active on volunteer board positions and in organizations including, YMCA, Hospicare, Community Housing of Ithaca, Finger Lakes GrassRoots, Ulysses Philomathic Library, Glenwood Handicapped Services, and others.&nbsp;&nbsp; Our professional experience, commitment, and connection to our community all contribute to your experience with Guttman &amp; Reiter.<\\/span><\\/td>\\r\\n<td style=\\\"background-color: #e0f3d4;\\\"><img style=\\\"margin: 5px;\\\" src=\\\"images\\/practice.png\\\" alt=\\\"practice\\\" \\/><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p>&nbsp;<\\/p>\\r\\n<p>&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2015-02-03 19:58:20\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-05-22 15:03:08\",\"modified_by\":\"451\",\"checked_out\":\"451\",\"checked_out_time\":\"2015-05-22 15:02:24\",\"publish_up\":\"2015-02-03 19:58:20\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":11,\"ordering\":\"5\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"1\",\"language\":\"*\",\"xreference\":\"\"}',0),(69,4,1,'','2015-05-22 15:59:18',451,3823,'c07d83aa0908a03aa491f3191c06c4e19f56b775','{\"id\":4,\"asset_id\":\"63\",\"title\":\"Collaborative & Family Law\",\"alias\":\"collaborative-family-law\",\"introtext\":\"<img style=\\\"margin: 5px; float: left;\\\" src=\\\"images\\/handshake.png\\\" alt=\\\"handshake\\\" \\/><strong>Collaborative Law<\\/strong> embraces the concept that the best solution is to resolve differences by working on them together and reaching a reasonable settlement instead of going to court.&nbsp; This concept can be applied to separation agreements, divorce, and custody matters&nbsp;&nbsp; Our collaborative trained attorneys will guide you through the process,&nbsp; which involves four-way conferences between parties and their attorneys.&nbsp; With the goal of settlement, this is an economically viable option for many parties that allows for resolution of issues in a manner that addresses the specific needs of each couple.<br \\/><br \\/>More information can be found at <a href=\\\"http:\\/\\/collab-law.com\\/\\\" target=\\\"_blank\\\">Ithaca Area Collaborative Law Professionals<\\/a>.<br \\/><br \\/><br \\/><strong><img class=\\\"caption\\\" style=\\\"margin: 5px; float: right;\\\" src=\\\"images\\/bikes.png\\\" alt=\\\"bikes\\\" \\/>Family Law<\\/strong> includes a variety of matters for clients such as custody, support, adoption and guardianship.&nbsp; Our attorneys advocate for your rights in these emotional matters through negotiation towards settlement or, if needed, courtroom representation.&nbsp; While our attorneys have worked extensively in Family Court, Family Treatment Court, and Supreme Court, it is our known ability to negotiate workable long-term resolutions will work to your advantage in your family law matter.<br \\/><br \\/>Resources:<br \\/>\\r\\n<ul>\\r\\n<li><a href=\\\"http:\\/\\/www.fcsith.org\\/\\\" target=\\\"_blank\\\">Family &amp; Children\\u2019s Service of Ithaca<\\/a><\\/li>\\r\\n<li><a href=\\\"https:\\/\\/www.nycourts.gov\\/ip\\/parent-ed\\/\\\" target=\\\"_blank\\\">New York State Parent Education &amp; Awareness Program<\\/a><\\/li>\\r\\n<li><a href=\\\"http:\\/\\/www.nycourts.gov\\/IP\\/parent-ed\\/pdf\\/ParentsHandbook.pdf\\\" target=\\\"_blank\\\">NYS Parent Handbook<\\/a><\\/li>\\r\\n<\\/ul>\\r\\n<hr \\/>\\r\\n<div style=\\\"text-align: right;\\\"><span style=\\\"font-size: 8pt;\\\">Images courtesy of xedos4 at FreeDigitalPhotos.net<\\/span><\\/div>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2015-02-03 20:39:21\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-05-22 15:59:18\",\"modified_by\":\"451\",\"checked_out\":\"451\",\"checked_out_time\":\"2015-05-22 15:58:37\",\"publish_up\":\"2015-02-03 20:39:21\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":6,\"ordering\":\"4\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"23\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(70,8,1,'','2015-05-22 16:00:16',451,2455,'eb7cee42a12b6b6876f131f99c0fb3d4e3112e0f','{\"id\":8,\"asset_id\":\"67\",\"title\":\"Criminal & DWI Defense\",\"alias\":\"criminal-dwi-defense\",\"introtext\":\"<img style=\\\"margin: 5px; float: right;\\\" src=\\\"images\\/gavel-criminal.png\\\" alt=\\\"gavel criminal\\\" \\/>Criminal Defense is a process with which our attorneys are fully familiar.&nbsp; We will advise you as to your best options at every step of the process.&nbsp;&nbsp; From your initial appearance to negotiations on offers and pleas, our attorneys are diligent, knowledgeable, and work tirelessly for your best outcome.<br \\/><br \\/>Resources:<br \\/>\\r\\n<ul>\\r\\n<li><a href=\\\"https:\\/\\/www.nycourts.gov\\/litigants\\/crimjusticesyshandbk.shtml\\\" target=\\\"_blank\\\">New York Courts Criminal Justice System Handbook<\\/a><\\/li>\\r\\n<\\/ul>\\r\\n<br \\/><hr \\/><span style=\\\"font-size: 8pt;\\\">Images courtesy of&nbsp;Salvatore Vuono at FreeDigitalPhotos.net<\\/span>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2015-02-03 20:40:05\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-05-22 16:00:16\",\"modified_by\":\"451\",\"checked_out\":\"451\",\"checked_out_time\":\"2015-05-22 15:59:36\",\"publish_up\":\"2015-02-03 20:40:05\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":3,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"6\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(71,8,1,'','2015-05-22 16:00:51',451,2490,'d141f96bf2eeabf1fbe3801afafb63cab5a2961d','{\"id\":8,\"asset_id\":\"67\",\"title\":\"Criminal & DWI Defense\",\"alias\":\"criminal-dwi-defense\",\"introtext\":\"<img style=\\\"margin: 5px; float: right;\\\" src=\\\"images\\/gavel-criminal.png\\\" alt=\\\"gavel criminal\\\" \\/>Criminal Defense is a process with which our attorneys are fully familiar.&nbsp; We will advise you as to your best options at every step of the process.&nbsp;&nbsp; From your initial appearance to negotiations on offers and pleas, our attorneys are diligent, knowledgeable, and work tirelessly for your best outcome.<br \\/><br \\/>Resources:<br \\/>\\r\\n<ul>\\r\\n<li><a href=\\\"https:\\/\\/www.nycourts.gov\\/litigants\\/crimjusticesyshandbk.shtml\\\" target=\\\"_blank\\\">New York Courts Criminal Justice System Handbook<\\/a><\\/li>\\r\\n<\\/ul>\\r\\n<br \\/><br \\/><br \\/><br \\/><br \\/><br \\/><hr \\/><span style=\\\"font-size: 8pt;\\\">Images courtesy of&nbsp;Salvatore Vuono at FreeDigitalPhotos.net<\\/span>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2015-02-03 20:40:05\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-05-22 16:00:51\",\"modified_by\":\"451\",\"checked_out\":\"451\",\"checked_out_time\":\"2015-05-22 16:00:40\",\"publish_up\":\"2015-02-03 20:40:05\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":4,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"7\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(72,1,1,'','2015-06-12 17:46:25',451,3705,'5b9538d8ff32737919c17fa17a67442f99736f21','{\"id\":1,\"asset_id\":\"58\",\"title\":\"Home Page\",\"alias\":\"home-page\",\"introtext\":\"<table style=\\\"width: 100%;\\\" cellpadding=\\\"5\\\">\\r\\n<tbody>\\r\\n<tr valign=\\\"top\\\">\\r\\n<td style=\\\"width: 50%;\\\"><span class=\\\"text_exposed_show\\\"><span class=\\\"text_exposed_show\\\">We are experienced trial, business and family law attorneys that serve all of Tompkins, Cortland, Onondaga, Broome, Cayuga, Schuyler and Tioga Counties. Located in downtown Ithaca, New York, Guttman &amp; Reiter is a general practice law firm that offers services in:<br \\/><\\/span><\\/span>\\r\\n<ul>\\r\\n<li><a href=\\\"index.php?option=com_content&amp;view=article&amp;id=4&amp;Itemid=112\\\" target=\\\"_top\\\">Collaborative &amp; Family Law<\\/a><\\/li>\\r\\n<li><a href=\\\"index.php?option=com_content&amp;view=article&amp;id=8&amp;Itemid=116\\\">Criminal &amp; DWI Defense<\\/a><\\/li>\\r\\n<li><a href=\\\"index.php?option=com_content&amp;view=article&amp;id=5&amp;Itemid=113\\\" target=\\\"_top\\\">Real Estate<\\/a><\\/li>\\r\\n<li><a href=\\\"index.php?option=com_content&amp;view=article&amp;id=6&amp;Itemid=114\\\" target=\\\"_top\\\">Wills &amp; Estates<\\/a><\\/li>\\r\\n<li><a href=\\\"index.php?option=com_content&amp;view=article&amp;id=7&amp;Itemid=115\\\" target=\\\"_top\\\">Business &amp; Not-For-Profit<\\/a><\\/li>\\r\\n<\\/ul>\\r\\n<span class=\\\"text_exposed_show\\\">Our four attorneys offer over 90 years combined in practicing law in our area.&nbsp; They are members of the New York State Bar Association and the Tompkins County Bar Association.&nbsp; As part of the greater Ithaca community, our attorneys are active on volunteer board positions and in organizations including, YMCA, Hospicare, Community Housing of Ithaca, Finger Lakes GrassRoots, Ulysses Philomathic Library, Glenwood Handicapped Services, and others.&nbsp;&nbsp; Our professional experience, commitment, and connection to our community all contribute to your experience with Guttman &amp; Reiter.<\\/span><\\/td>\\r\\n<td style=\\\"background-color: #e0f3d4;\\\"><img style=\\\"margin: 5px;\\\" src=\\\"images\\/practice.png\\\" alt=\\\"practice\\\" \\/><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p>&nbsp;<\\/p>\\r\\n<p>&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2015-02-03 19:58:20\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-06-12 17:46:25\",\"modified_by\":\"451\",\"checked_out\":\"451\",\"checked_out_time\":\"2015-06-12 17:46:06\",\"publish_up\":\"2015-02-03 19:58:20\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":12,\"ordering\":\"5\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"17\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"1\",\"language\":\"*\",\"xreference\":\"\"}',0),(73,3,1,'','2015-09-18 17:22:06',452,3310,'97e7bed88369b4c12e7eeb4be5c5823f4205687e','{\"id\":\"3\",\"asset_id\":\"61\",\"title\":\"Elizabeth A. Reiter, Esq.\",\"alias\":\"elizabeth-a-reiter\",\"introtext\":\"<img style=\\\"margin: 5px; float: left;\\\" src=\\\"images\\/reiter_240x300.jpg\\\" alt=\\\"reiter 240x300\\\" \\/>Elizabeth A. Reiter (Beth), a partner in the firm, maintains a broad practice with a strong focus on family and matrimonial law.&nbsp; Her other areas of practice include business and commercial law, real estate, land use planning and zoning, elder law and guardianship, landlord\\/tenant law, general litigation, appeals, and criminal defense (DWI\\/DWAI).<br \\/><br \\/>Prior to joining the firm, Beth worked as a legal consultant with the Cornell University Industrial &amp; Labor Relations School, performing research and developing curriculum for the Employment and Disabilities Institute.&nbsp; Beth served as Senior Appellate Court Attorney for the New York Appellate Division, Fourth Department in Rochester, New York, and began her legal career as an associate at Alston &amp; Bird, LLP, handling corporate and business transactions for technology and health care companies.<br \\/><br \\/>Beth\\u2019s clients praise her responsiveness, hard work, and self-composure.&nbsp; Her successful pre-trial settlement strategies, particularly in the realm of family law, help clients through the stressful stages of life-changing events. &nbsp;<br \\/><br \\/>Beth received her law degree from SUNY Buffalo, School of Law, summa cum laude, in 1999, where she served as Editor-in-Chief of the <span style=\\\"text-decoration: underline;\\\">Buffalo Law Review<\\/span>.&nbsp;&nbsp; She is a member of the New York State Bar Association and serves on the Board of Directors of the YMCA of Ithaca and Tompkins County.\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":\"8\",\"created\":\"2015-02-03 20:13:19\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-09-18 17:22:06\",\"modified_by\":\"452\",\"checked_out\":\"0\",\"checked_out_time\":\"0000-00-00 00:00:00\",\"publish_up\":\"2015-02-03 20:13:19\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":\"3\",\"ordering\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"75\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(74,2,1,'','2015-09-18 17:22:06',452,3001,'295a5eefc6601bf0ab34f214a260671a0f1d4839','{\"id\":\"2\",\"asset_id\":\"60\",\"title\":\"Charles J. Guttman, Esq.\",\"alias\":\"charles-j-guttman-esq\",\"introtext\":\"<img style=\\\"margin: 5px; float: left;\\\" src=\\\"images\\/guttman_240x300.jpg\\\" alt=\\\"guttman 240x300\\\" \\/>Charles Guttman has practiced law in Ithaca, NY, since 1976. He served as City Attorney for the City of Ithaca from 1990 through 1995. He is one of the founding members and is currently the President of the Ithaca Area Collaborative Law Professionals (IACLP).<br \\/><br \\/>Chuck has served on the Board of Directors of numerous not-for-profit agencies and is currently on the Boards of Hospicare and Palliative Care Services of Tompkins County (continuously since 1988), Community Housing of Ithaca (CHI), and the Fingerlakes Grassroots Festival.<br \\/><br \\/>Chuck\'s practice includes many areas of the law including matrimonial and family law, real estate, wills, trusts and estates, small business, not-for-profit corporations, and municipal law. Chuck brings years of experience in these areas.<br \\/><br \\/>Chuck is aware that issues such as matrimonial or family issues, buying or selling a house, or estate planning or administration, are significant life changing events. He attempts to provide the necessary information to his clients, to listen to what the client is saying, to help the client make appropriate well-reasoned choices and decisions, and to meet the client\'s goals.\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":\"8\",\"created\":\"2015-02-03 20:12:17\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2015-09-18 17:22:06\",\"modified_by\":\"452\",\"checked_out\":\"0\",\"checked_out_time\":\"0000-00-00 00:00:00\",\"publish_up\":\"2015-02-03 20:12:17\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":\"5\",\"ordering\":2,\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"341\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(75,15,1,'','2015-09-18 17:32:39',452,39569,'44a027222b44a8bb6ac75cdf4a475cefa4829ec9','{\"id\":15,\"asset_id\":74,\"title\":\"Test Page\",\"alias\":\"test-page\",\"introtext\":\"<span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><br \\/><br \\/><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">\",\"fulltext\":\"Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><br \\/><br \\/><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><br \\/><\\/span>\",\"state\":1,\"catid\":\"2\",\"created\":\"2015-09-18 17:32:39\",\"created_by\":\"452\",\"created_by_alias\":\"\",\"modified\":\"2015-09-18 17:32:39\",\"modified_by\":null,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2015-09-18 17:32:39\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":1,\"ordering\":null,\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":null,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(76,15,1,'','2015-09-18 17:32:51',452,39789,'118510bb6250480a7cbc1370d5d3481ea98b1597','{\"id\":15,\"asset_id\":\"74\",\"title\":\"Test Page\",\"alias\":\"test-page\",\"introtext\":\"<span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><br \\/><br \\/><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><\\/span><\\/span><\\/span>\",\"fulltext\":\"<span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><br \\/><br \\/><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><br \\/><\\/span>\",\"state\":1,\"catid\":\"8\",\"created\":\"2015-09-18 17:32:39\",\"created_by\":\"452\",\"created_by_alias\":\"\",\"modified\":\"2015-09-18 17:32:51\",\"modified_by\":\"452\",\"checked_out\":\"452\",\"checked_out_time\":\"2015-09-18 17:32:39\",\"publish_up\":\"2015-09-18 17:32:39\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":2,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(77,15,1,'','2015-09-18 17:33:10',452,39770,'740840359ac9f988ea2298647a9af9dec4116fa8','{\"id\":15,\"asset_id\":\"74\",\"title\":\"Test Page\",\"alias\":\"test-page\",\"introtext\":\"<span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><br \\/><br \\/><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><\\/span><\\/span><\\/span>\",\"fulltext\":\"<span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><br \\/><br \\/><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><br \\/><\\/span>\",\"state\":0,\"catid\":\"2\",\"created\":\"2015-09-18 17:32:39\",\"created_by\":\"452\",\"created_by_alias\":\"\",\"modified\":\"2015-09-18 17:33:10\",\"modified_by\":\"452\",\"checked_out\":\"452\",\"checked_out_time\":\"2015-09-18 17:32:51\",\"publish_up\":\"2015-09-18 17:32:39\",\"publish_down\":\"\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":3,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"1\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(78,15,1,'','2015-09-18 17:41:55',452,39866,'4ff429ae078fcbb5580cb7131d5ae2a5d96149e5','{\"id\":15,\"asset_id\":\"74\",\"title\":\"Test Page\",\"alias\":\"test-page\",\"introtext\":\"<span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><br \\/><br \\/><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><img src=\\\"images\\/elderlaw.png\\\" alt=\\\"elderlaw\\\" style=\\\"margin: 5px; float: left;\\\" \\/>&nbsp;<\\/span><\\/span><\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><br \\/><br \\/><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><br \\/><\\/span>\",\"fulltext\":\"\",\"state\":0,\"catid\":\"2\",\"created\":\"2015-09-18 17:32:39\",\"created_by\":\"452\",\"created_by_alias\":\"\",\"modified\":\"2015-09-18 17:41:55\",\"modified_by\":\"452\",\"checked_out\":\"452\",\"checked_out_time\":\"2015-09-18 17:33:10\",\"publish_up\":\"2015-09-18 17:32:39\",\"publish_down\":\"\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":4,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"1\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(79,15,1,'','2015-09-18 17:44:24',452,40567,'3b9c959fc668cc6eb42c01ae4ba6c3178510a898','{\"id\":15,\"asset_id\":\"74\",\"title\":\"Test Page\",\"alias\":\"test-page\",\"introtext\":\"<span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<br \\/><br \\/><\\/span><\\/span><\\/span><br \\/>\\r\\n<ul>\\r\\n<li><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">gtugiu<\\/span><\\/span><\\/span><\\/li>\\r\\n<li><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">gfvygyg78y8<\\/span><\\/span><\\/span><\\/li>\\r\\n<li><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">hgyuhuo<\\/span><br \\/><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><img src=\\\"images\\/elderlaw.png\\\" alt=\\\"elderlaw\\\" style=\\\"margin: 5px; float: left;\\\" \\/>&nbsp;<\\/span><\\/span><\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><br \\/><br \\/><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">Test&nbsp;<\\/span><em style=\\\"font-size: 12.16px; line-height: 15.808px;\\\"><span style=\\\"text-decoration: underline;\\\"><strong>Page<\\/strong>&nbsp;<\\/span><\\/em><span style=\\\"font-size: 12.16px; line-height: 15.808px;\\\">continued &nbsp;<\\/span><br \\/><\\/span><\\/li>\\r\\n<\\/ul>\",\"fulltext\":\"\",\"state\":0,\"catid\":\"2\",\"created\":\"2015-09-18 17:32:39\",\"created_by\":\"452\",\"created_by_alias\":\"\",\"modified\":\"2015-09-18 17:44:24\",\"modified_by\":\"452\",\"checked_out\":\"452\",\"checked_out_time\":\"2015-09-18 17:43:14\",\"publish_up\":\"2015-09-18 17:32:39\",\"publish_down\":\"\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":5,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"1\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(80,2,1,'','2017-04-13 17:08:24',452,3008,'b4c3e4aeceaac8ab3269c4febd4ae13e8e4b119b','{\"id\":2,\"asset_id\":\"60\",\"title\":\"Charles J. Guttman, Esq.\",\"alias\":\"charles-j-guttman-esq\",\"introtext\":\"<img src=\\\"images\\/guttman_240x300.jpg\\\" alt=\\\"guttman 240x300\\\" style=\\\"margin: 5px; float: left;\\\" \\/>Charles Guttman (Chuck) has practiced law in Ithaca, NY, since 1976. He served as City Attorney for the City of Ithaca from 1990 through 1995. He is one of the founding members and is currently the President of the Ithaca Area Collaborative Law Professionals (IACLP).<br \\/><br \\/>Chuck has served on the Board of Directors of numerous not-for-profit agencies and is currently on the Boards of Hospicare and Palliative Care Services of Tompkins County (continuously since 1988), Community Housing of Ithaca (CHI), and the Fingerlakes Grassroots Festival.<br \\/><br \\/>Chuck\'s practice includes many areas of the law including matrimonial and family law, real estate, wills, trusts and estates, small business, not-for-profit corporations, and municipal law. Chuck brings years of experience in these areas.<br \\/><br \\/>Chuck is aware that issues such as matrimonial or family issues, buying or selling a house, or estate planning or administration, are significant life changing events. He attempts to provide the necessary information to his clients, to listen to what the client is saying, to help the client make appropriate well-reasoned choices and decisions, and to meet the client\'s goals.\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2015-02-03 20:12:17\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2017-04-13 17:08:24\",\"modified_by\":\"452\",\"checked_out\":\"452\",\"checked_out_time\":\"2017-04-13 17:07:36\",\"publish_up\":\"2015-02-03 20:12:17\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":6,\"ordering\":\"1\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"1428\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(81,1,1,'','2017-04-13 17:09:16',452,3707,'a3281cf8f7cd0899f9f4ea4188c548b1c0773648','{\"id\":1,\"asset_id\":\"58\",\"title\":\"Home Page\",\"alias\":\"home-page\",\"introtext\":\"<table style=\\\"width: 100%;\\\" cellpadding=\\\"5\\\">\\r\\n<tbody>\\r\\n<tr valign=\\\"top\\\">\\r\\n<td style=\\\"width: 50%;\\\"><span class=\\\"text_exposed_show\\\"><span class=\\\"text_exposed_show\\\">We are experienced trial, business and family law attorneys that serve all of Tompkins, Cortland, Onondaga, Broome, Cayuga, Schuyler and Tioga Counties. Located in downtown Ithaca, New York, Guttman &amp; Reiter is a general practice law firm that offers services in:<br \\/><\\/span><\\/span>\\r\\n<ul>\\r\\n<li><a href=\\\"index.php?option=com_content&amp;view=article&amp;id=4&amp;Itemid=112\\\" target=\\\"_top\\\">Collaborative &amp; Family Law<\\/a><\\/li>\\r\\n<li><a href=\\\"index.php?option=com_content&amp;view=article&amp;id=8&amp;Itemid=116\\\">Criminal &amp; DWI Defense<\\/a><\\/li>\\r\\n<li><a href=\\\"index.php?option=com_content&amp;view=article&amp;id=5&amp;Itemid=113\\\" target=\\\"_top\\\">Real Estate<\\/a><\\/li>\\r\\n<li><a href=\\\"index.php?option=com_content&amp;view=article&amp;id=6&amp;Itemid=114\\\" target=\\\"_top\\\">Wills &amp; Estates<\\/a><\\/li>\\r\\n<li><a href=\\\"index.php?option=com_content&amp;view=article&amp;id=7&amp;Itemid=115\\\" target=\\\"_top\\\">Business &amp; Not-For-Profit<\\/a><\\/li>\\r\\n<\\/ul>\\r\\n<span class=\\\"text_exposed_show\\\">Our three attorneys offer over 75 years combined in practicing law in our area.&nbsp; They are members of the New York State Bar Association and the Tompkins County Bar Association.&nbsp; As part of the greater Ithaca community, our attorneys are active on volunteer board positions and in organizations including, YMCA, Hospicare, Community Housing of Ithaca, Finger Lakes GrassRoots, Ulysses Philomathic Library, Glenwood Handicapped Services, and others.&nbsp;&nbsp; Our professional experience, commitment, and connection to our community all contribute to your experience with Guttman &amp; Reiter.<\\/span><\\/td>\\r\\n<td style=\\\"background-color: #e0f3d4;\\\"><img src=\\\"images\\/practice.png\\\" alt=\\\"practice\\\" style=\\\"margin: 5px;\\\" \\/><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p>&nbsp;<\\/p>\\r\\n<p>&nbsp;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2015-02-03 19:58:20\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2017-04-13 17:09:16\",\"modified_by\":\"452\",\"checked_out\":\"452\",\"checked_out_time\":\"2017-04-13 17:08:38\",\"publish_up\":\"2015-02-03 19:58:20\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":13,\"ordering\":\"6\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"351\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"1\",\"language\":\"*\",\"xreference\":\"\"}',0),(82,1,3,'','2017-07-26 20:13:41',451,1704,'ed6d636e928f296e2a717ce7f498172c1f7121a3','{\"id\":1,\"name\":\"Contact Us\",\"alias\":\"contact-us\",\"con_position\":\"\",\"address\":\"\",\"suburb\":\"\",\"state\":\"\",\"country\":\"\",\"postcode\":\"\",\"telephone\":\"\",\"fax\":\"\",\"misc\":\"\",\"image\":\"\",\"email_to\":\"Pat@guttmanandreiter.com\",\"default_con\":0,\"published\":\"1\",\"checked_out\":\"451\",\"checked_out_time\":\"2017-07-26 20:13:29\",\"ordering\":\"1\",\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"\\\",\\\"presentation_style\\\":\\\"plain\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"\\\",\\\"show_street_address\\\":\\\"\\\",\\\"show_suburb\\\":\\\"\\\",\\\"show_state\\\":\\\"\\\",\\\"show_postcode\\\":\\\"\\\",\\\"show_country\\\":\\\"\\\",\\\"show_telephone\\\":\\\"\\\",\\\"show_mobile\\\":\\\"\\\",\\\"show_fax\\\":\\\"\\\",\\\"show_webpage\\\":\\\"\\\",\\\"show_misc\\\":\\\"\\\",\\\"show_image\\\":\\\"\\\",\\\"allow_vcard\\\":\\\"\\\",\\\"show_articles\\\":\\\"\\\",\\\"articles_display_num\\\":\\\"\\\",\\\"show_profile\\\":\\\"\\\",\\\"show_links\\\":\\\"\\\",\\\"linka_name\\\":\\\"\\\",\\\"linka\\\":false,\\\"linkb_name\\\":\\\"\\\",\\\"linkb\\\":false,\\\"linkc_name\\\":\\\"\\\",\\\"linkc\\\":false,\\\"linkd_name\\\":\\\"\\\",\\\"linkd\\\":false,\\\"linke_name\\\":\\\"\\\",\\\"linke\\\":false,\\\"contact_layout\\\":\\\"\\\",\\\"show_email_form\\\":\\\"1\\\",\\\"show_email_copy\\\":\\\"1\\\",\\\"banned_email\\\":\\\"\\\",\\\"banned_subject\\\":\\\"\\\",\\\"banned_text\\\":\\\"\\\",\\\"validate_session\\\":\\\"\\\",\\\"custom_reply\\\":\\\"\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":0,\"catid\":\"4\",\"access\":\"1\",\"mobile\":\"\",\"webpage\":false,\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2015-02-03 20:01:37\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2017-07-26 20:13:41\",\"modified_by\":\"451\",\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"xreference\":\"\",\"publish_up\":\"0000-00-00 00:00:00\",\"publish_down\":\"0000-00-00 00:00:00\",\"version\":2,\"hits\":\"5113\"}',0),(83,16,1,'','2018-01-20 16:32:02',451,2701,'59801995d0028ab99fd721e2d6586ae082a9def2','{\"id\":16,\"asset_id\":77,\"title\":\"Lillian J. Hines\",\"alias\":\"lillian-j-hines\",\"introtext\":\"<img src=\\\"images\\/hines240x300.jpg\\\" alt=\\\"hines240x300\\\" style=\\\"margin: 5px; float: left;\\\" \\/>Lillian J. Hines is our newest attorney, but has been working in the office since November 2011. Her practice areas include family, matrimonial, real estate, estate planning, landlord\\/tenant law, and general litigation.<br \\/><br \\/>Lillian attended Mansfield University of Pennsylvania where she graduated Magna Cum Laude. Lillian graduated from Syracuse University College of Law in 2017 and she passed the New York State Bar Exam in October of 2017. Lillian is a member of the Finger Lakes Women\\u2019s Bar Association.<br \\/><br \\/>Lillian chose to build a foundation at Guttman &amp; Reiter during law school and to join their team after graduating because it was important to her to maintain established client relationships, work with attorneys whom she admires, and be able to provide clients with a personal experience while resolving their legal issues.\",\"fulltext\":\"\",\"state\":0,\"catid\":\"8\",\"created\":\"2015-02-03 20:13:19\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2018-01-20 16:32:02\",\"modified_by\":null,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2015-02-03 20:13:19\",\"publish_down\":\"\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":1,\"ordering\":null,\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":null,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(84,16,1,'','2018-01-20 16:32:09',451,2739,'23d4acdd0694d4ae407c0f37c7981906935d9e49','{\"id\":16,\"asset_id\":\"77\",\"title\":\"Lillian J. Hines\",\"alias\":\"lillian-j-hines\",\"introtext\":\"<img src=\\\"images\\/hines240x300.jpg\\\" alt=\\\"hines240x300\\\" style=\\\"margin: 5px; float: left;\\\" \\/>Lillian J. Hines is our newest attorney, but has been working in the office since November 2011. Her practice areas include family, matrimonial, real estate, estate planning, landlord\\/tenant law, and general litigation.<br \\/><br \\/>Lillian attended Mansfield University of Pennsylvania where she graduated Magna Cum Laude. Lillian graduated from Syracuse University College of Law in 2017 and she passed the New York State Bar Exam in October of 2017. Lillian is a member of the Finger Lakes Women\\u2019s Bar Association.<br \\/><br \\/>Lillian chose to build a foundation at Guttman &amp; Reiter during law school and to join their team after graduating because it was important to her to maintain established client relationships, work with attorneys whom she admires, and be able to provide clients with a personal experience while resolving their legal issues.\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2015-02-03 20:13:19\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2018-01-20 16:32:09\",\"modified_by\":\"451\",\"checked_out\":\"451\",\"checked_out_time\":\"2018-01-20 16:32:02\",\"publish_up\":\"2015-02-03 20:13:19\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":2,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(85,2,1,'','2018-01-20 16:32:34',451,3010,'0b1769f502af99118bbbe619b05c0cd7bdc42d15','{\"id\":\"2\",\"asset_id\":\"60\",\"title\":\"Charles J. Guttman, Esq.\",\"alias\":\"charles-j-guttman-esq\",\"introtext\":\"<img src=\\\"images\\/guttman_240x300.jpg\\\" alt=\\\"guttman 240x300\\\" style=\\\"margin: 5px; float: left;\\\" \\/>Charles Guttman (Chuck) has practiced law in Ithaca, NY, since 1976. He served as City Attorney for the City of Ithaca from 1990 through 1995. He is one of the founding members and is currently the President of the Ithaca Area Collaborative Law Professionals (IACLP).<br \\/><br \\/>Chuck has served on the Board of Directors of numerous not-for-profit agencies and is currently on the Boards of Hospicare and Palliative Care Services of Tompkins County (continuously since 1988), Community Housing of Ithaca (CHI), and the Fingerlakes Grassroots Festival.<br \\/><br \\/>Chuck\'s practice includes many areas of the law including matrimonial and family law, real estate, wills, trusts and estates, small business, not-for-profit corporations, and municipal law. Chuck brings years of experience in these areas.<br \\/><br \\/>Chuck is aware that issues such as matrimonial or family issues, buying or selling a house, or estate planning or administration, are significant life changing events. He attempts to provide the necessary information to his clients, to listen to what the client is saying, to help the client make appropriate well-reasoned choices and decisions, and to meet the client\'s goals.\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":\"8\",\"created\":\"2015-02-03 20:12:17\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2018-01-20 16:32:34\",\"modified_by\":\"451\",\"checked_out\":\"0\",\"checked_out_time\":\"0000-00-00 00:00:00\",\"publish_up\":\"2015-02-03 20:12:17\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":\"6\",\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"1954\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(86,16,1,'','2018-01-20 16:32:34',451,2741,'9d4947e169659b22c71676e63a8445007b84a05c','{\"id\":\"16\",\"asset_id\":\"77\",\"title\":\"Lillian J. Hines\",\"alias\":\"lillian-j-hines\",\"introtext\":\"<img src=\\\"images\\/hines240x300.jpg\\\" alt=\\\"hines240x300\\\" style=\\\"margin: 5px; float: left;\\\" \\/>Lillian J. Hines is our newest attorney, but has been working in the office since November 2011. Her practice areas include family, matrimonial, real estate, estate planning, landlord\\/tenant law, and general litigation.<br \\/><br \\/>Lillian attended Mansfield University of Pennsylvania where she graduated Magna Cum Laude. Lillian graduated from Syracuse University College of Law in 2017 and she passed the New York State Bar Exam in October of 2017. Lillian is a member of the Finger Lakes Women\\u2019s Bar Association.<br \\/><br \\/>Lillian chose to build a foundation at Guttman &amp; Reiter during law school and to join their team after graduating because it was important to her to maintain established client relationships, work with attorneys whom she admires, and be able to provide clients with a personal experience while resolving their legal issues.\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":\"8\",\"created\":\"2015-02-03 20:13:19\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2018-01-20 16:32:34\",\"modified_by\":\"451\",\"checked_out\":\"0\",\"checked_out_time\":\"0000-00-00 00:00:00\",\"publish_up\":\"2015-02-03 20:13:19\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":\"3\",\"ordering\":2,\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(87,17,1,'','2018-05-11 12:19:44',451,4488,'32b327f55fddb080511302344b0089924c721e43','{\"id\":17,\"asset_id\":78,\"title\":\"Todd Livingston, Esq.\",\"alias\":\"todd-livingston-esq\",\"introtext\":\"<img style=\\\"margin: 5px; float: left;\\\" src=\\\"images\\/livingston240x300.jpg\\\" alt=\\\"livingston240x300\\\" \\/>Todd Livingston came to our firm following over a decade spent doing litigation as a sole practitioner. After completing law school at Syracuse University on a Dean\\u2019s List Scholarship, he took the unusual step of going into business by himself here in Ithaca. It is fair to say that his early approach to the practical application of law was akin to learning how to swim by being thrown into the deep end of a pool. That training proved to be as valuable as the formal training he received in law school. <br \\/><br \\/>Originally from Colorado, Todd spent time before law school as a mountain guide in the Rockies as well as operating his closely-held family business focused on integrating and transplanting mature trees in landscape design. These vocations taught Todd how to keep clients out of harm\\u2019s way in risky situations. He also better understands the challenges that face non-attorneys \\u2013 both employees and business owners - on a daily basis. Todd\\u2019s current and past clients praise him for his ability to identify and understand subtle, underlying issues, and to create unique settlements, while not flinching if the matter must go to trial.<br \\/><br \\/>Although the majority of Todd\\u2019s trial work in the past decade has focused on Family and Criminal Law, he is also highly competent in general civil litigation and transactional work. He taught law at Ithaca College for many years, in such areas as Alternative Dispute Resolution (i.e. mediation and arbitration), Business Law, and International Law. Currently, he also serves as the Tompkins County Felony Treatment Court attorney, focusing on the goal of obtaining treatment, rather than incarceration, for those individuals who were driven to commit crime as a result of their underlying addiction. Todd\\u2019s close professional relationship with the District Attorney\\u2019s Office and the mental health and substance abuse professionals in Felony Treatment Court make him a particularly valuable advocate in cases involving substance abuse.<br \\/><br \\/>Divorced, and with 50\\/50 custody of his amazingly precocious daughter, Todd\\u2019s personal experience places him in a position to understand first hand many of the issues facing one in domestic relations matters. Todd values the ability of clients to minimize conflict whenever possible, as both parties will be stuck with each other for many years to come, and it ultimately serves the best interests of the children. When he\\u2019s not parenting or lawyering, Todd regularly volunteers with Big Brothers and Big Sisters of Ithaca and the Make-a-Wish foundation.\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2018-05-11 12:19:44\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2018-05-11 12:19:44\",\"modified_by\":null,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2018-05-11 12:19:44\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":1,\"ordering\":null,\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":null,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(88,17,1,'','2018-05-11 12:19:55',451,4509,'08297e8439e2201e619831121f2b792629dc78e8','{\"id\":\"17\",\"asset_id\":\"78\",\"title\":\"Todd Livingston, Esq.\",\"alias\":\"todd-livingston-esq\",\"introtext\":\"<img style=\\\"margin: 5px; float: left;\\\" src=\\\"images\\/livingston240x300.jpg\\\" alt=\\\"livingston240x300\\\" \\/>Todd Livingston came to our firm following over a decade spent doing litigation as a sole practitioner. After completing law school at Syracuse University on a Dean\\u2019s List Scholarship, he took the unusual step of going into business by himself here in Ithaca. It is fair to say that his early approach to the practical application of law was akin to learning how to swim by being thrown into the deep end of a pool. That training proved to be as valuable as the formal training he received in law school. <br \\/><br \\/>Originally from Colorado, Todd spent time before law school as a mountain guide in the Rockies as well as operating his closely-held family business focused on integrating and transplanting mature trees in landscape design. These vocations taught Todd how to keep clients out of harm\\u2019s way in risky situations. He also better understands the challenges that face non-attorneys \\u2013 both employees and business owners - on a daily basis. Todd\\u2019s current and past clients praise him for his ability to identify and understand subtle, underlying issues, and to create unique settlements, while not flinching if the matter must go to trial.<br \\/><br \\/>Although the majority of Todd\\u2019s trial work in the past decade has focused on Family and Criminal Law, he is also highly competent in general civil litigation and transactional work. He taught law at Ithaca College for many years, in such areas as Alternative Dispute Resolution (i.e. mediation and arbitration), Business Law, and International Law. Currently, he also serves as the Tompkins County Felony Treatment Court attorney, focusing on the goal of obtaining treatment, rather than incarceration, for those individuals who were driven to commit crime as a result of their underlying addiction. Todd\\u2019s close professional relationship with the District Attorney\\u2019s Office and the mental health and substance abuse professionals in Felony Treatment Court make him a particularly valuable advocate in cases involving substance abuse.<br \\/><br \\/>Divorced, and with 50\\/50 custody of his amazingly precocious daughter, Todd\\u2019s personal experience places him in a position to understand first hand many of the issues facing one in domestic relations matters. Todd values the ability of clients to minimize conflict whenever possible, as both parties will be stuck with each other for many years to come, and it ultimately serves the best interests of the children. When he\\u2019s not parenting or lawyering, Todd regularly volunteers with Big Brothers and Big Sisters of Ithaca and the Make-a-Wish foundation.\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":\"8\",\"created\":\"2018-05-11 12:19:44\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2018-05-11 12:19:55\",\"modified_by\":\"451\",\"checked_out\":\"0\",\"checked_out_time\":\"0000-00-00 00:00:00\",\"publish_up\":\"2018-05-11 12:19:44\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":\"1\",\"ordering\":2,\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(89,9,1,'','2018-05-11 12:20:07',451,3775,'0bf222a7e6cba98402f275b646b528d71243a79a','{\"id\":\"9\",\"asset_id\":\"68\",\"title\":\"Veronica E. Santana-Fr\\u00f6s\\u00e9n, Esq.\",\"alias\":\"veronica-e-santana-froesen\",\"introtext\":\"<img style=\\\"margin: 5px; float: left;\\\" src=\\\"images\\/vfrosen240x300.jpg\\\" alt=\\\"vfrosen240x300\\\" \\/>Veronica E. Santana-Fr\\u00f6s\\u00e9n is an associate attorney with Guttman &amp; Reiter.&nbsp;Veronica has experience in criminal defense, family law litigation, real estate transactions and disputes, trademark matters, business organizations and nonprofit formation, immigration law and removal defense, and basic estate planning. Her love for the courtroom and savvy advocacy provide each and one of her clients with aggressive and dedicated legal representation.<br \\/><br \\/>Veronica&nbsp;teaches Legal Environment of Business among other courses for the Legal Studies program of the School of Business at Ithaca College. Additionally, she is an active member of the Academy of Legal Studies in Business, the New York State Bar Association, the Finger Lakes Women\'s Bar Association and the Tompkins County Bar Association.<br \\/><br \\/>As a law graduate,&nbsp;Veronica was awarded a fellowship position with the Justice Action Center of New York Law School. As a component of the graduate fellowship, she worked with Moskowitz, Book and Walsh, LLP in the areas of real estate and employment discrimination.<br \\/><br \\/>While in law school,&nbsp;Veronica gained experience as a Legal Advocacy Fellow for a non-profit organization to advocate for domestic violence victims. She successfully obtained VAWA and U-Visa status for a number of clients as well as advocated for clients to obtain housing, resolve criminal issues, and navigate social security matters.&nbsp;Veronica followed this fellowship post with a prestigious internship at the King\'s County District Attorney\'s Office in 2009 where she observed criminal court daily and conducted research for a number of Assistant District Attorneys.<br \\/><br \\/>Veronica&nbsp;was awarded her Juris Doctorate degree with honors in June 2009 from New York Law School and her Bachelor of Arts degree with honors in International Relations from the University of California at Davis in 2005.\",\"fulltext\":\"\",\"state\":\"0\",\"catid\":\"8\",\"created\":\"2015-04-11 15:42:43\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2018-05-11 12:20:07\",\"modified_by\":\"451\",\"checked_out\":\"0\",\"checked_out_time\":\"0000-00-00 00:00:00\",\"publish_up\":\"2015-04-11 15:42:43\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":\"3\",\"ordering\":4,\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"514\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(90,10,1,'','2018-05-11 12:20:07',451,2993,'38f3e0eae5f8d5488ee6de1b3ec19af5e5c0c148','{\"id\":\"10\",\"asset_id\":\"69\",\"title\":\"David A. Tyler, Esq., of Counsel\",\"alias\":\"david-a-tyler\",\"introtext\":\"<img style=\\\"margin: 5px; float: left;\\\" src=\\\"images\\/davidtyler240x300.jpg\\\" alt=\\\"davidtyler240x300\\\" \\/><a href=\\\"http:\\/\\/www.davidtylerithaca.com\\/\\\" target=\\\"_blank\\\">David A. Tyler<\\/a> is of counsel to Guttman &amp; Reiter.&nbsp;David practices in the areas of commercial and residential real estate, municipal law, estate planning and administration, and elder law. <br \\/><br \\/>A member of the New York State Bar Association, the NYSBA Real Property and Municipal Law Section, the Tompkins County Bar Association, the American Arbitration Association\\u2019s Commercial Panel, the Tompkins County Estate Planning Council, and the Sixth Judicial District Qualification Committee, David received his LLB\\/Juris Doctorate degree in 1975 from Cornell University and his Bachelor of Arts degree with honors from Harvard College in 1969.<br \\/><br \\/>David is an active volunteer in the community working on the Town of Ulysses Planning Board, Town of Ulysses Comprehensive Plan Committee, Glenwood Handicapped Services, Church Board of Ulysses, Ulysses Philomathic Library Board of Trustees, and the Special Children\\u2019s Center (now Franziska Racker Centers).<br \\/><br \\/><a href=\\\"http:\\/\\/www.davidtylerithaca.com\\/\\\" target=\\\"_blank\\\">Click here for David\'s Web Site<\\/a>\",\"fulltext\":\"\",\"state\":\"0\",\"catid\":\"8\",\"created\":\"2015-04-11 15:46:08\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2018-05-11 12:20:07\",\"modified_by\":\"451\",\"checked_out\":\"0\",\"checked_out_time\":\"0000-00-00 00:00:00\",\"publish_up\":\"2015-04-11 15:46:08\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":\"7\",\"ordering\":5,\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"718\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(91,17,1,'','2018-05-11 12:20:19',451,4503,'9c1cf8e6d9ac93579912c546316c2ad73895e5b3','{\"id\":17,\"asset_id\":\"78\",\"title\":\"Todd Livingston, Esq.\",\"alias\":\"todd-livingston\",\"introtext\":\"<img style=\\\"margin: 5px; float: left;\\\" src=\\\"images\\/livingston240x300.jpg\\\" alt=\\\"livingston240x300\\\" \\/>Todd Livingston came to our firm following over a decade spent doing litigation as a sole practitioner. After completing law school at Syracuse University on a Dean\\u2019s List Scholarship, he took the unusual step of going into business by himself here in Ithaca. It is fair to say that his early approach to the practical application of law was akin to learning how to swim by being thrown into the deep end of a pool. That training proved to be as valuable as the formal training he received in law school. <br \\/><br \\/>Originally from Colorado, Todd spent time before law school as a mountain guide in the Rockies as well as operating his closely-held family business focused on integrating and transplanting mature trees in landscape design. These vocations taught Todd how to keep clients out of harm\\u2019s way in risky situations. He also better understands the challenges that face non-attorneys \\u2013 both employees and business owners - on a daily basis. Todd\\u2019s current and past clients praise him for his ability to identify and understand subtle, underlying issues, and to create unique settlements, while not flinching if the matter must go to trial.<br \\/><br \\/>Although the majority of Todd\\u2019s trial work in the past decade has focused on Family and Criminal Law, he is also highly competent in general civil litigation and transactional work. He taught law at Ithaca College for many years, in such areas as Alternative Dispute Resolution (i.e. mediation and arbitration), Business Law, and International Law. Currently, he also serves as the Tompkins County Felony Treatment Court attorney, focusing on the goal of obtaining treatment, rather than incarceration, for those individuals who were driven to commit crime as a result of their underlying addiction. Todd\\u2019s close professional relationship with the District Attorney\\u2019s Office and the mental health and substance abuse professionals in Felony Treatment Court make him a particularly valuable advocate in cases involving substance abuse.<br \\/><br \\/>Divorced, and with 50\\/50 custody of his amazingly precocious daughter, Todd\\u2019s personal experience places him in a position to understand first hand many of the issues facing one in domestic relations matters. Todd values the ability of clients to minimize conflict whenever possible, as both parties will be stuck with each other for many years to come, and it ultimately serves the best interests of the children. When he\\u2019s not parenting or lawyering, Todd regularly volunteers with Big Brothers and Big Sisters of Ithaca and the Make-a-Wish foundation.\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2018-05-11 12:19:44\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2018-05-11 12:20:19\",\"modified_by\":\"451\",\"checked_out\":\"451\",\"checked_out_time\":\"2018-05-11 12:20:10\",\"publish_up\":\"2018-05-11 12:19:44\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":2,\"ordering\":\"4\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(92,17,1,'','2018-05-11 12:20:33',451,4497,'852632b3cbd53900af0ea582caf3cd15ecbf529e','{\"id\":17,\"asset_id\":\"78\",\"title\":\"Todd Livingston\",\"alias\":\"todd-livingston\",\"introtext\":\"<img style=\\\"margin: 5px; float: left;\\\" src=\\\"images\\/livingston240x300.jpg\\\" alt=\\\"livingston240x300\\\" \\/>Todd Livingston came to our firm following over a decade spent doing litigation as a sole practitioner. After completing law school at Syracuse University on a Dean\\u2019s List Scholarship, he took the unusual step of going into business by himself here in Ithaca. It is fair to say that his early approach to the practical application of law was akin to learning how to swim by being thrown into the deep end of a pool. That training proved to be as valuable as the formal training he received in law school. <br \\/><br \\/>Originally from Colorado, Todd spent time before law school as a mountain guide in the Rockies as well as operating his closely-held family business focused on integrating and transplanting mature trees in landscape design. These vocations taught Todd how to keep clients out of harm\\u2019s way in risky situations. He also better understands the challenges that face non-attorneys \\u2013 both employees and business owners - on a daily basis. Todd\\u2019s current and past clients praise him for his ability to identify and understand subtle, underlying issues, and to create unique settlements, while not flinching if the matter must go to trial.<br \\/><br \\/>Although the majority of Todd\\u2019s trial work in the past decade has focused on Family and Criminal Law, he is also highly competent in general civil litigation and transactional work. He taught law at Ithaca College for many years, in such areas as Alternative Dispute Resolution (i.e. mediation and arbitration), Business Law, and International Law. Currently, he also serves as the Tompkins County Felony Treatment Court attorney, focusing on the goal of obtaining treatment, rather than incarceration, for those individuals who were driven to commit crime as a result of their underlying addiction. Todd\\u2019s close professional relationship with the District Attorney\\u2019s Office and the mental health and substance abuse professionals in Felony Treatment Court make him a particularly valuable advocate in cases involving substance abuse.<br \\/><br \\/>Divorced, and with 50\\/50 custody of his amazingly precocious daughter, Todd\\u2019s personal experience places him in a position to understand first hand many of the issues facing one in domestic relations matters. Todd values the ability of clients to minimize conflict whenever possible, as both parties will be stuck with each other for many years to come, and it ultimately serves the best interests of the children. When he\\u2019s not parenting or lawyering, Todd regularly volunteers with Big Brothers and Big Sisters of Ithaca and the Make-a-Wish foundation.\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2018-05-11 12:19:44\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2018-05-11 12:20:33\",\"modified_by\":\"451\",\"checked_out\":\"451\",\"checked_out_time\":\"2018-05-11 12:20:23\",\"publish_up\":\"2018-05-11 12:19:44\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":3,\"ordering\":\"4\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(93,16,1,'','2018-05-11 14:04:10',451,2717,'a979ed1f653a5de7bbc01db225f8c19eb193d561','{\"id\":16,\"asset_id\":\"77\",\"title\":\"Lillian J. Hines\",\"alias\":\"lillian-j-hines\",\"introtext\":\"<img style=\\\"margin: 5px; float: left;\\\" src=\\\"images\\/hines240x300.jpg\\\" alt=\\\"hines240x300\\\" \\/>Lillian J Hines, Esq. has been working at the office since November 2011. Her practice areas include family, matrimonial, real estate, estate planning, landlord\\/tenant law, and general litigation.<br \\/><br \\/>Lillian attended Mansfield University of Pennsylvania where she graduated Magna Cum Laude. Lillian graduated from Syracuse University College of Law in 2017 and she passed the New York State Bar Exam in October of 2017. Lillian is a member of the Finger Lakes Women\\u2019s Bar Association.<br \\/><br \\/>Lillian chose to build a foundation at Guttman &amp; Reiter during law school and to join their team after graduating because it was important to her to maintain established client relationships, work with attorneys whom she admires, and be able to provide clients with a personal experience while resolving their legal issues.\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2015-02-03 20:13:19\",\"created_by\":\"451\",\"created_by_alias\":\"\",\"modified\":\"2018-05-11 14:04:10\",\"modified_by\":\"451\",\"checked_out\":\"451\",\"checked_out_time\":\"2018-05-11 14:03:47\",\"publish_up\":\"2015-02-03 20:13:19\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":4,\"ordering\":\"3\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"37\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0);
/*!40000 ALTER TABLE `dsolq_ucm_history` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dsolq_update_sites`
--

DROP TABLE IF EXISTS `dsolq_update_sites`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_update_sites` (
  `update_site_id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT '',
  `type` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT '',
  `location` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `enabled` int(11) DEFAULT '0',
  `last_check_timestamp` bigint(20) DEFAULT '0',
  `extra_query` varchar(1000) COLLATE utf8mb4_unicode_ci DEFAULT '',
  PRIMARY KEY (`update_site_id`)
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Update Sites';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_update_sites`
--

LOCK TABLES `dsolq_update_sites` WRITE;
/*!40000 ALTER TABLE `dsolq_update_sites` DISABLE KEYS */;
INSERT INTO `dsolq_update_sites` (`update_site_id`, `name`, `type`, `location`, `enabled`, `last_check_timestamp`, `extra_query`) VALUES (1,'Joomla! Core','collection','https://update.joomla.org/core/list.xml',1,1558026959,''),(3,'Accredited Joomla! Translations','collection','https://update.joomla.org/language/translationlist_3.xml',1,0,''),(4,'Joomla! Update Component Update Site','extension','https://update.joomla.org/core/extensions/com_joomlaupdate.xml',1,1558026964,''),(6,'Weblinks Update Site','extension','https://raw.githubusercontent.com/joomla-extensions/weblinks/master/manifest.xml',1,0,''),(11,'JCE Editor Package','extension','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml',1,0,'');
/*!40000 ALTER TABLE `dsolq_update_sites` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dsolq_update_sites_extensions`
--

DROP TABLE IF EXISTS `dsolq_update_sites_extensions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_update_sites_extensions` (
  `update_site_id` int(11) NOT NULL DEFAULT '0',
  `extension_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`update_site_id`,`extension_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Links extensions to update sites';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_update_sites_extensions`
--

LOCK TABLES `dsolq_update_sites_extensions` WRITE;
/*!40000 ALTER TABLE `dsolq_update_sites_extensions` DISABLE KEYS */;
INSERT INTO `dsolq_update_sites_extensions` (`update_site_id`, `extension_id`) VALUES (1,700),(3,802),(4,28),(6,801),(11,10010);
/*!40000 ALTER TABLE `dsolq_update_sites_extensions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dsolq_updates`
--

DROP TABLE IF EXISTS `dsolq_updates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_updates` (
  `update_id` int(11) NOT NULL AUTO_INCREMENT,
  `update_site_id` int(11) DEFAULT '0',
  `extension_id` int(11) DEFAULT '0',
  `name` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT '',
  `description` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `element` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT '',
  `type` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT '',
  `folder` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT '',
  `client_id` tinyint(3) DEFAULT '0',
  `version` varchar(32) COLLATE utf8mb4_unicode_ci DEFAULT '',
  `data` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `detailsurl` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `infourl` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `extra_query` varchar(1000) COLLATE utf8mb4_unicode_ci DEFAULT '',
  PRIMARY KEY (`update_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Available Updates';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_updates`
--

LOCK TABLES `dsolq_updates` WRITE;
/*!40000 ALTER TABLE `dsolq_updates` DISABLE KEYS */;
INSERT INTO `dsolq_updates` (`update_id`, `update_site_id`, `extension_id`, `name`, `description`, `element`, `type`, `folder`, `client_id`, `version`, `data`, `detailsurl`, `infourl`, `extra_query`) VALUES (1,1,700,'Joomla','','joomla','file','',0,'3.9.6','','https://update.joomla.org/core/sts/extension_sts.xml','','');
/*!40000 ALTER TABLE `dsolq_updates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dsolq_user_keys`
--

DROP TABLE IF EXISTS `dsolq_user_keys`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_user_keys` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` varchar(150) COLLATE utf8mb4_unicode_ci NOT NULL,
  `token` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `series` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `invalid` tinyint(4) NOT NULL,
  `time` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `uastring` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `series` (`series`),
  KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_user_keys`
--

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

--
-- Table structure for table `dsolq_user_notes`
--

DROP TABLE IF EXISTS `dsolq_user_notes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_user_notes` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `catid` int(10) unsigned NOT NULL DEFAULT '0',
  `subject` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `body` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `state` tinyint(3) NOT NULL DEFAULT '0',
  `checked_out` int(10) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_user_id` int(10) unsigned NOT NULL,
  `modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `review_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `idx_user_id` (`user_id`),
  KEY `idx_category_id` (`catid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_user_notes`
--

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

--
-- Table structure for table `dsolq_user_profiles`
--

DROP TABLE IF EXISTS `dsolq_user_profiles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_user_profiles` (
  `user_id` int(11) NOT NULL,
  `profile_key` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `profile_value` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `ordering` int(11) NOT NULL DEFAULT '0',
  UNIQUE KEY `idx_user_id_profile_key` (`user_id`,`profile_key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Simple user profile storage table';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_user_profiles`
--

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

--
-- Table structure for table `dsolq_user_usergroup_map`
--

DROP TABLE IF EXISTS `dsolq_user_usergroup_map`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_user_usergroup_map` (
  `user_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Foreign Key to #__users.id',
  `group_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Foreign Key to #__usergroups.id',
  PRIMARY KEY (`user_id`,`group_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_user_usergroup_map`
--

LOCK TABLES `dsolq_user_usergroup_map` WRITE;
/*!40000 ALTER TABLE `dsolq_user_usergroup_map` DISABLE KEYS */;
INSERT INTO `dsolq_user_usergroup_map` (`user_id`, `group_id`) VALUES (451,8),(452,8);
/*!40000 ALTER TABLE `dsolq_user_usergroup_map` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dsolq_usergroups`
--

DROP TABLE IF EXISTS `dsolq_usergroups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_usergroups` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Primary Key',
  `parent_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Adjacency List Reference Id',
  `lft` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set lft.',
  `rgt` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set rgt.',
  `title` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_usergroup_parent_title_lookup` (`parent_id`,`title`),
  KEY `idx_usergroup_title_lookup` (`title`),
  KEY `idx_usergroup_adjacency_lookup` (`parent_id`),
  KEY `idx_usergroup_nested_set_lookup` (`lft`,`rgt`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_usergroups`
--

LOCK TABLES `dsolq_usergroups` WRITE;
/*!40000 ALTER TABLE `dsolq_usergroups` DISABLE KEYS */;
INSERT INTO `dsolq_usergroups` (`id`, `parent_id`, `lft`, `rgt`, `title`) VALUES (1,0,1,18,'Public'),(2,1,8,15,'Registered'),(3,2,9,14,'Author'),(4,3,10,13,'Editor'),(5,4,11,12,'Publisher'),(6,1,4,7,'Manager'),(7,6,5,6,'Administrator'),(8,1,16,17,'Super Users'),(9,1,2,3,'Guest');
/*!40000 ALTER TABLE `dsolq_usergroups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dsolq_users`
--

DROP TABLE IF EXISTS `dsolq_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_users` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(400) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `username` varchar(150) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `password` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `block` tinyint(4) NOT NULL DEFAULT '0',
  `sendEmail` tinyint(4) DEFAULT '0',
  `registerDate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `lastvisitDate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `activation` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `params` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `lastResetTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT 'Date of last password reset',
  `resetCount` int(11) NOT NULL DEFAULT '0' COMMENT 'Count of password resets since lastResetTime',
  `otpKey` varchar(1000) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'Two factor authentication encrypted keys',
  `otep` varchar(1000) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'One time emergency passwords',
  `requireReset` tinyint(4) NOT NULL DEFAULT '0' COMMENT 'Require user to reset password on next login',
  PRIMARY KEY (`id`),
  KEY `idx_block` (`block`),
  KEY `username` (`username`),
  KEY `email` (`email`),
  KEY `idx_name` (`name`(100))
) ENGINE=InnoDB AUTO_INCREMENT=453 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_users`
--

LOCK TABLES `dsolq_users` WRITE;
/*!40000 ALTER TABLE `dsolq_users` DISABLE KEYS */;
INSERT INTO `dsolq_users` (`id`, `name`, `username`, `email`, `password`, `block`, `sendEmail`, `registerDate`, `lastvisitDate`, `activation`, `params`, `lastResetTime`, `resetCount`, `otpKey`, `otep`, `requireReset`) VALUES (451,'Super User','dveaner','dan@starwebpage.com','$2y$10$wtPkE7c78pzGOPFOZgXDE.5pvq9bW3wjNn0Gj69f321ccDqCEMsci',0,0,'2015-02-03 19:11:33','2019-05-16 17:13:43','0','{\"admin_style\":\"\",\"admin_language\":\"\",\"language\":\"\",\"editor\":\"\",\"helpsite\":\"\",\"timezone\":\"\"}','0000-00-00 00:00:00',0,'','',0),(452,'Lori','lwarfield','lori@guttmanandreiter.com','$2y$10$Tbd2Aq40SWwzgcVwaqtAy.h9KNOz9VZEHtGdAuHLdfpF/5HPFnOlC',0,1,'2015-09-18 17:01:11','2017-04-13 17:28:59','','{\"admin_style\":\"\",\"admin_language\":\"\",\"language\":\"\",\"editor\":\"\",\"helpsite\":\"\",\"timezone\":\"America\\/New_York\"}','0000-00-00 00:00:00',0,'','',0);
/*!40000 ALTER TABLE `dsolq_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dsolq_utf8_conversion`
--

DROP TABLE IF EXISTS `dsolq_utf8_conversion`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_utf8_conversion` (
  `converted` tinyint(4) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_utf8_conversion`
--

LOCK TABLES `dsolq_utf8_conversion` WRITE;
/*!40000 ALTER TABLE `dsolq_utf8_conversion` DISABLE KEYS */;
INSERT INTO `dsolq_utf8_conversion` (`converted`) VALUES (2);
/*!40000 ALTER TABLE `dsolq_utf8_conversion` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dsolq_viewlevels`
--

DROP TABLE IF EXISTS `dsolq_viewlevels`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_viewlevels` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Primary Key',
  `title` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `rules` varchar(5120) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'JSON encoded access control.',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_assetgroup_title_lookup` (`title`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_viewlevels`
--

LOCK TABLES `dsolq_viewlevels` WRITE;
/*!40000 ALTER TABLE `dsolq_viewlevels` DISABLE KEYS */;
INSERT INTO `dsolq_viewlevels` (`id`, `title`, `ordering`, `rules`) VALUES (1,'Public',0,'[1]'),(2,'Registered',1,'[6,2,8]'),(3,'Special',2,'[6,3,8]'),(5,'Guest',0,'[9]'),(6,'Super Users',0,'[8]');
/*!40000 ALTER TABLE `dsolq_viewlevels` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dsolq_weblinks`
--

DROP TABLE IF EXISTS `dsolq_weblinks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_weblinks` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `catid` int(11) NOT NULL DEFAULT '0',
  `title` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `url` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `hits` int(11) NOT NULL DEFAULT '0',
  `state` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `access` int(11) NOT NULL DEFAULT '1',
  `params` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(10) unsigned NOT NULL DEFAULT '0',
  `created_by_alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) unsigned NOT NULL DEFAULT '0',
  `metakey` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `metadesc` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `metadata` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `featured` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT 'Set if link is featured.',
  `xreference` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'A reference to enable linkages to external data sets.',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `version` int(10) unsigned NOT NULL DEFAULT '1',
  `images` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`state`),
  KEY `idx_catid` (`catid`),
  KEY `idx_createdby` (`created_by`),
  KEY `idx_featured_catid` (`featured`,`catid`),
  KEY `idx_language` (`language`),
  KEY `idx_xreference` (`xreference`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_weblinks`
--

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

--
-- Table structure for table `dsolq_wf_profiles`
--

DROP TABLE IF EXISTS `dsolq_wf_profiles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsolq_wf_profiles` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `description` text NOT NULL,
  `users` text NOT NULL,
  `types` text NOT NULL,
  `components` text NOT NULL,
  `area` tinyint(3) NOT NULL,
  `device` varchar(255) NOT NULL,
  `rows` text NOT NULL,
  `plugins` text NOT NULL,
  `published` tinyint(3) NOT NULL,
  `ordering` int(11) NOT NULL,
  `checked_out` tinyint(3) NOT NULL,
  `checked_out_time` datetime NOT NULL,
  `params` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dsolq_wf_profiles`
--

LOCK TABLES `dsolq_wf_profiles` WRITE;
/*!40000 ALTER TABLE `dsolq_wf_profiles` DISABLE KEYS */;
INSERT INTO `dsolq_wf_profiles` (`id`, `name`, `description`, `users`, `types`, `components`, `area`, `device`, `rows`, `plugins`, `published`, `ordering`, `checked_out`, `checked_out_time`, `params`) VALUES (1,'Default','Default Profile for all users','','6,7,3,4,5,8','',0,'desktop,tablet,phone','help,newdocument,undo,redo,spacer,bold,italic,underline,strikethrough,justifyleft,justifycenter,justifyright,spacer,justifyfull,blockquote,formatselect,styleselect,removeformat,cleanup;fontselect,fontsizeselect,spacer,clipboard,indent,outdent,lists,sub,sup,textcase,charmap,hr;fontcolor,directionality,fullscreen,preview,source,print,searchreplace,spacer,table;visualaid,visualchars,visualblocks,nonbreaking,style,xhtmlxtras,anchor,unlink,link,imgmanager,spellchecker,article','formatselect,styleselect,cleanup,fontselect,fontsizeselect,clipboard,lists,textcase,charmap,fontcolor,directionality,fullscreen,preview,source,print,searchreplace,table,visualchars,visualblocks,nonbreaking,style,xhtmlxtras,anchor,link,imgmanager,spellchecker,article,browser,contextmenu,inlinepopups,media,hr',1,1,0,'0000-00-00 00:00:00','{\"editor\":{\"allow_javascript\":\"1\",\"allow_css\":\"1\"},\"imgmanager\":{\"margin_top\":\"5\",\"margin_right\":\"5\",\"margin_bottom\":\"5\",\"margin_left\":\"5\"},\"article\":{\"buttons\":[\"readmore\"]}}'),(2,'Front End','Sample Front-end Profile','','3,4,5','',1,'desktop,tablet,phone','help,newdocument,undo,redo,spacer,bold,italic,underline,strikethrough,justifyfull,justifycenter,justifyleft,justifyright,spacer,formatselect,styleselect;clipboard,searchreplace,indent,outdent,lists,cleanup,charmap,removeformat,hr,sub,sup,textcase,nonbreaking,visualchars,visualblocks;fullscreen,preview,print,visualaid,style,xhtmlxtras,anchor,unlink,link,imgmanager,spellchecker,article','charmap,contextmenu,inlinepopups,help,clipboard,searchreplace,fullscreen,preview,print,style,textcase,nonbreaking,visualchars,visualblocks,xhtmlxtras,imgmanager,anchor,link,spellchecker,article,lists,formatselect,styleselect,hr',0,2,0,'0000-00-00 00:00:00',''),(3,'Blogger','Simple Blogging Profile','','3,4,5,6,8,7','',0,'desktop,tablet,phone','bold,italic,strikethrough,lists,blockquote,spacer,justifyleft,justifycenter,justifyright,spacer,link,unlink,imgmanager,article,spellchecker,fullscreen,kitchensink;formatselect,styleselect,underline,justifyfull,clipboard,removeformat,charmap,indent,outdent,undo,redo,help','link,imgmanager,article,spellchecker,fullscreen,kitchensink,clipboard,contextmenu,inlinepopups,lists,formatselect,styleselect,hr',0,3,0,'0000-00-00 00:00:00','{\"editor\":{\"toggle\":\"0\"}}'),(4,'Mobile','Sample Mobile Profile','','3,4,5,6,8,7','',0,'tablet,phone','undo,redo,spacer,bold,italic,underline,formatselect,spacer,justifyleft,justifycenter,justifyfull,justifyright,spacer,fullscreen,kitchensink;styleselect,lists,spellchecker,article,link,unlink','fullscreen,kitchensink,spellchecker,article,link,inlinepopups,lists,formatselect,styleselect',0,4,0,'0000-00-00 00:00:00','{\"editor\":{\"toolbar_theme\":\"mobile\",\"resizing\":\"0\",\"resize_horizontal\":\"0\",\"resizing_use_cookie\":\"0\",\"toggle\":\"0\",\"links\":{\"popups\":{\"default\":\"\",\"jcemediabox\":{\"enable\":\"0\"},\"window\":{\"enable\":\"0\"}}}}}');
/*!40000 ALTER TABLE `dsolq_wf_profiles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Dumping events for database 'tioga411_guttreit'
--

--
-- Dumping routines for database 'tioga411_guttreit'
--
/*!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 2019-05-16 12:21:56
